Html Css Color HEX #4720B4 Purple Heart

📋 copy color: '#4720B4'

red 71 ◦ green 32 ◦ blue 180

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

Shades of Purple Heart #4720B4

Tints of Purple Heart #4720B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 63.6%

R = 25.09%
G = 11.31%
B = 63.6%

CMYK

 C value IS 0.61

 M value IS 0.82

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#4720B4 (or 0x4720B4) is known color: Purple Heart. HEX triplet: 47, 20 and B4. RGB value is (71,32,180). Sum of RGB (Red+Green+Blue) = 71+32+180=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 32 (12.89% from 255 or 11.31% from 283); Blue value is 180 (70.70% from 255 or 63.60% from 283); Max value from RGB is 180 - color contains mainly: blue. Hex color #4720B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4720B4 is #B8DF4B. Grayscale: #3B3B3B. Windows color (decimal): -12115788 or 11804743. OLE color: 11804743.

HSL color Cylindrical-coordinate representation of color #4720B4: hue angle of 255.81º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #4720B4 is Cyan = 0.61, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 71 32 180 -
CMYK 0.61 0.82 0 0.29
HSL 255.81º 0.7% 0.42% -
HSV(B) 255.81º 0.82% 0.71% -
XYZ 11.35 5.67 43.68 -
YUV 60.53 195.42 135.47 -
System Red Green Blue C M Y K H S L
Decimal 71 32 180 0.61 0.82 0 0.29 255.81 0.7 0.42
Hex 47 20 B4 3D 52 0 1D 100 46 2A
Octal 107 40 264 75 122 0 35 400 106 52
Binary 1000111 100000 10110100 111101 1010010 0 11101 100000000 1000110 101010

Color Harmonies of #4720B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4720B4

Black with #4720B4

Text Example


Text Example

White with #4720B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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