Html Css Color HEX #4720CB Purple Heart

📋 copy color: '#4720CB'

red 71 ◦ green 32 ◦ blue 203

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

Shades of Purple Heart #4720CB

Tints of Purple Heart #4720CB

RGB

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

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

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

R = 23.2%
G = 10.46%
B = 66.34%

CMYK

 C value IS 0.65

 M value IS 0.84

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4720CB (or 0x4720CB) is known color: Purple Heart. HEX triplet: 47, 20 and CB. RGB value is (71,32,203). Sum of RGB (Red+Green+Blue) = 71+32+203=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 32 (12.89% from 255 or 10.46% from 306); Blue value is 203 (79.69% from 255 or 66.34% from 306); Max value from RGB is 203 - color contains mainly: blue. Hex color #4720CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720CB is #B8DF34. Grayscale: #3E3E3E. Windows color (decimal): -12115765 or 13312071. OLE color: 13312071.

HSL color Cylindrical-coordinate representation of color #4720CB: hue angle of 253.68º 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 #4720CB is Cyan = 0.65, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 71 32 203 -
CMYK 0.65 0.84 0 0.20
HSL 253.68º 0.73% 0.46% -
HSV(B) 253.68º 0.84% 0.8% -
XYZ 13.89 6.68 57.06 -
YUV 63.16 206.92 133.6 -
System Red Green Blue C M Y K H S L
Decimal 71 32 203 0.65 0.84 0 0.20 253.68 0.73 0.46
Hex 47 20 CB 41 54 0 14 FE 49 2E
Octal 107 40 313 101 124 0 24 376 111 56
Binary 1000111 100000 11001011 1000001 1010100 0 10100 11111110 1001001 101110

Color Harmonies of #4720CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4720CB

Black with #4720CB

Text Example


Text Example

White with #4720CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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