Html Css Color HEX #4720CE Purple Heart

📋 copy color: '#4720CE'

red 71 ◦ green 32 ◦ blue 206

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

Shades of Purple Heart #4720CE

Tints of Purple Heart #4720CE

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.36%

 BLUE value IS 206 (80.86% from 255) = 66.67%

R = 22.98%
G = 10.36%
B = 66.67%

CMYK

 C value IS 0.66

 M value IS 0.84

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4720CE (or 0x4720CE) is known color: Purple Heart. HEX triplet: 47, 20 and CE. RGB value is (71,32,206). Sum of RGB (Red+Green+Blue) = 71+32+206=309 (40% of max value = 765). Red value is 71 (28.12% from 255 or 22.98% from 309); Green value is 32 (12.89% from 255 or 10.36% from 309); Blue value is 206 (80.86% from 255 or 66.67% from 309); Max value from RGB is 206 - color contains mainly: blue. Hex color #4720CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720CE is #B8DF31. Grayscale: #3E3E3E. Windows color (decimal): -12115762 or 13508679. OLE color: 13508679.

HSL color Cylindrical-coordinate representation of color #4720CE: hue angle of 253.45º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4720CE is Cyan = 0.66, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 32 206 -
CMYK 0.66 0.84 0 0.19
HSL 253.45º 0.73% 0.47% -
HSV(B) 253.45º 0.84% 0.81% -
XYZ 14.26 6.83 58.96 -
YUV 63.5 208.42 133.35 -
System Red Green Blue C M Y K H S L
Decimal 71 32 206 0.66 0.84 0 0.19 253.45 0.73 0.47
Hex 47 20 CE 42 54 0 13 FD 49 2F
Octal 107 40 316 102 124 0 23 375 111 57
Binary 1000111 100000 11001110 1000010 1010100 0 10011 11111101 1001001 101111

Color Harmonies of #4720CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4720CE

Black with #4720CE

Text Example


Text Example

White with #4720CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4720CE; }

 p { color: rgb(71,32,206); }

 H1.HeaderClassName
 {
   color: #4720CE;
 }
 .AnyTagClassName
 {
   color: #4720CE;
 }
</style>

background-color css

<style>
 a { background-color: #4720CE; }

 a { background-color: rgb(71,32,206); }

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

border-color css

<style>
 span { border-color: #4720CE; }

 span { border-color: rgb(71,32,206); }

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