Html Css Color HEX #4720CC Purple Heart

📋 copy color: '#4720CC'

red 71 ◦ green 32 ◦ blue 204

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

Shades of Purple Heart #4720CC

Tints of Purple Heart #4720CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 66.45%

R = 23.13%
G = 10.42%
B = 66.45%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4720CC (or 0x4720CC) is known color: Purple Heart. HEX triplet: 47, 20 and CC. RGB value is (71,32,204). Sum of RGB (Red+Green+Blue) = 71+32+204=307 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.13% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #4720CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720CC is #B8DF33. Grayscale: #3E3E3E. Windows color (decimal): -12115764 or 13377607. OLE color: 13377607.

HSL color Cylindrical-coordinate representation of color #4720CC: hue angle of 253.6º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4720CC is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 71 32 204 -
CMYK 0.65 0.84 0 0.2
HSL 253.6º 0.73% 0.46% -
HSV(B) 253.6º 0.84% 0.8% -
XYZ 14.01 6.73 57.69 -
YUV 63.27 207.42 133.51 -
System Red Green Blue C M Y K H S L
Decimal 71 32 204 0.65 0.84 0 0.2 253.6 0.73 0.46
Hex 47 20 CC 41 54 0 14 FE 49 2E
Octal 107 40 314 101 124 0 24 376 111 56
Binary 1000111 100000 11001100 1000001 1010100 0 10100 11111110 1001001 101110

Color Harmonies of #4720CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4720CC

Black with #4720CC

Text Example


Text Example

White with #4720CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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