Html Css Color HEX #4729CB Purple Heart

📋 copy color: '#4729CB'

red 71 ◦ green 41 ◦ blue 203

#4729CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Purple Heart #4729CB

Tints of Purple Heart #4729CB

RGB

 RED value IS 71 (28.13% from 255) = 22.54%

 GREEN value IS 41 (16.41% from 255) = 13.02%

 BLUE value IS 203 (79.69% from 255) = 64.44%

R = 22.54%
G = 13.02%
B = 64.44%

CMYK

 C value IS 0.65

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4729CB (or 0x4729CB) is known color: Purple Heart. HEX triplet: 47, 29 and CB. RGB value is (71,41,203). Sum of RGB (Red+Green+Blue) = 71+41+203=315 (41% of max value = 765). Red value is 71 (28.12% from 255 or 22.54% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 203 (79.69% from 255 or 64.44% from 315); Max value from RGB is 203 - color contains mainly: blue. Hex color #4729CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4729CB is #B8D634. Grayscale: #434343. Windows color (decimal): -12113461 or 13314375. OLE color: 13314375.

HSL color Cylindrical-coordinate representation of color #4729CB: hue angle of 251.11º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4729CB is Cyan = 0.65, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 41 203 -
CMYK 0.65 0.80 0 0.20
HSL 251.11º 0.66% 0.48% -
HSV(B) 251.11º 0.8% 0.8% -
XYZ 14.17 7.24 57.15 -
YUV 68.44 203.94 129.83 -
System Red Green Blue C M Y K H S L
Decimal 71 41 203 0.65 0.80 0 0.20 251.11 0.66 0.48
Hex 47 29 CB 41 50 0 14 FB 42 30
Octal 107 51 313 101 120 0 24 373 102 60
Binary 1000111 101001 11001011 1000001 1010000 0 10100 11111011 1000010 110000

Color Harmonies of #4729CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4729CB

Black with #4729CB

Text Example


Text Example

White with #4729CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4729CB; }

 p { color: rgb(71,41,203); }

 H1.HeaderClassName
 {
   color: #4729CB;
 }
 .AnyTagClassName
 {
   color: #4729CB;
 }
</style>

background-color css

<style>
 a { background-color: #4729CB; }

 a { background-color: rgb(71,41,203); }

 div.DivClassName
 {
   background-color: #4729CB;
 }
 .BgClassName
 {
   background-color: #4729CB;
 }
</style>

border-color css

<style>
 span { border-color: #4729CB; }

 span { border-color: rgb(71,41,203); }

 td.TdClassName
 {
   border-color: #4729CB;
 }
 .TagClassName
 {
   border-color: #4729CB;
 }
</style>