Html Css Color HEX #472ABE Purple Heart

📋 copy color: '#472ABE'

red 71 ◦ green 42 ◦ blue 190

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

Shades of Purple Heart #472ABE

Tints of Purple Heart #472ABE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 13.86%

 BLUE value IS 190 (74.61% from 255) = 62.71%

R = 23.43%
G = 13.86%
B = 62.71%

CMYK

 C value IS 0.63

 M value IS 0.78

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#472ABE (or 0x472ABE) is known color: Purple Heart. HEX triplet: 47, 2A and BE. RGB value is (71,42,190). Sum of RGB (Red+Green+Blue) = 71+42+190=303 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.43% from 303); Green value is 42 (16.80% from 255 or 13.86% from 303); Blue value is 190 (74.61% from 255 or 62.71% from 303); Max value from RGB is 190 - color contains mainly: blue. Hex color #472ABE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ABE is #B8D541. Grayscale: #424242. Windows color (decimal): -12113218 or 12462663. OLE color: 12462663.

HSL color Cylindrical-coordinate representation of color #472ABE: hue angle of 251.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #472ABE is Cyan = 0.63, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 71 42 190 -
CMYK 0.63 0.78 0 0.25
HSL 251.76º 0.64% 0.45% -
HSV(B) 251.76º 0.78% 0.75% -
XYZ 12.72 6.71 49.34 -
YUV 67.54 197.11 130.47 -
System Red Green Blue C M Y K H S L
Decimal 71 42 190 0.63 0.78 0 0.25 251.76 0.64 0.45
Hex 47 2A BE 3F 4E 0 19 FC 40 2D
Octal 107 52 276 77 116 0 31 374 100 55
Binary 1000111 101010 10111110 111111 1001110 0 11001 11111100 1000000 101101

Color Harmonies of #472ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472ABE

Black with #472ABE

Text Example


Text Example

White with #472ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472ABE; }

 p { color: rgb(71,42,190); }

 H1.HeaderClassName
 {
   color: #472ABE;
 }
 .AnyTagClassName
 {
   color: #472ABE;
 }
</style>

background-color css

<style>
 a { background-color: #472ABE; }

 a { background-color: rgb(71,42,190); }

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

border-color css

<style>
 span { border-color: #472ABE; }

 span { border-color: rgb(71,42,190); }

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