Html Css Color HEX #472ABF Purple Heart

📋 copy color: '#472ABF'

red 71 ◦ green 42 ◦ blue 191

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

Shades of Purple Heart #472ABF

Tints of Purple Heart #472ABF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 62.83%

R = 23.36%
G = 13.82%
B = 62.83%

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

#472ABF (or 0x472ABF) is known color: Purple Heart. HEX triplet: 47, 2A and BF. RGB value is (71,42,191). Sum of RGB (Red+Green+Blue) = 71+42+191=304 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.36% from 304); Green value is 42 (16.80% from 255 or 13.82% from 304); Blue value is 191 (75% from 255 or 62.83% from 304); Max value from RGB is 191 - color contains mainly: blue. Hex color #472ABF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ABF is #B8D540. Grayscale: #434343. Windows color (decimal): -12113217 or 12528199. OLE color: 12528199.

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

Color convert

RGB 71 42 191 -
CMYK 0.63 0.78 0 0.25
HSL 251.68º 0.64% 0.46% -
HSV(B) 251.68º 0.78% 0.75% -
XYZ 12.83 6.76 49.92 -
YUV 67.66 197.61 130.38 -
System Red Green Blue C M Y K H S L
Decimal 71 42 191 0.63 0.78 0 0.25 251.68 0.64 0.46
Hex 47 2A BF 3F 4E 0 19 FC 40 2E
Octal 107 52 277 77 116 0 31 374 100 56
Binary 1000111 101010 10111111 111111 1001110 0 11001 11111100 1000000 101110

Color Harmonies of #472ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472ABF

Black with #472ABF

Text Example


Text Example

White with #472ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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