Html Css Color HEX #4720AB Purple Heart

📋 copy color: '#4720AB'

red 71 ◦ green 32 ◦ blue 171

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

Shades of Purple Heart #4720AB

Tints of Purple Heart #4720AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.41%

R = 25.91%
G = 11.68%
B = 62.41%

CMYK

 C value IS 0.58

 M value IS 0.81

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#4720AB (or 0x4720AB) is known color: Purple Heart. HEX triplet: 47, 20 and AB. RGB value is (71,32,171). Sum of RGB (Red+Green+Blue) = 71+32+171=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 32 (12.89% from 255 or 11.68% from 274); Blue value is 171 (67.19% from 255 or 62.41% from 274); Max value from RGB is 171 - color contains mainly: blue. Hex color #4720AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4720AB is #B8DF54. Grayscale: #3A3A3A. Windows color (decimal): -12115797 or 11214919. OLE color: 11214919.

HSL color Cylindrical-coordinate representation of color #4720AB: hue angle of 256.83º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4720AB is Cyan = 0.58, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 32 171 -
CMYK 0.58 0.81 0 0.33
HSL 256.83º 0.68% 0.4% -
HSV(B) 256.83º 0.81% 0.67% -
XYZ 10.47 5.31 39 -
YUV 59.51 190.92 136.2 -
System Red Green Blue C M Y K H S L
Decimal 71 32 171 0.58 0.81 0 0.33 256.83 0.68 0.4
Hex 47 20 AB 3A 51 0 21 101 44 28
Octal 107 40 253 72 121 0 41 401 104 50
Binary 1000111 100000 10101011 111010 1010001 0 100001 100000001 1000100 101000

Color Harmonies of #4720AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4720AB

Black with #4720AB

Text Example


Text Example

White with #4720AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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