Html Css Color HEX #472ABC Purple Heart

📋 copy color: '#472ABC'

red 71 ◦ green 42 ◦ blue 188

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

Shades of Purple Heart #472ABC

Tints of Purple Heart #472ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.46%

R = 23.59%
G = 13.95%
B = 62.46%

CMYK

 C value IS 0.62

 M value IS 0.78

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#472ABC (or 0x472ABC) is known color: Purple Heart. HEX triplet: 47, 2A and BC. RGB value is (71,42,188). Sum of RGB (Red+Green+Blue) = 71+42+188=301 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.59% from 301); Green value is 42 (16.80% from 255 or 13.95% from 301); Blue value is 188 (73.83% from 255 or 62.46% from 301); Max value from RGB is 188 - color contains mainly: blue. Hex color #472ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ABC is #B8D543. Grayscale: #424242. Windows color (decimal): -12113220 or 12331591. OLE color: 12331591.

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

Color convert

RGB 71 42 188 -
CMYK 0.62 0.78 0 0.26
HSL 251.92º 0.63% 0.45% -
HSV(B) 251.92º 0.78% 0.74% -
XYZ 12.5 6.63 48.2 -
YUV 67.32 196.11 130.63 -
System Red Green Blue C M Y K H S L
Decimal 71 42 188 0.62 0.78 0 0.26 251.92 0.63 0.45
Hex 47 2A BC 3E 4E 0 1A FC 3F 2D
Octal 107 52 274 76 116 0 32 374 77 55
Binary 1000111 101010 10111100 111110 1001110 0 11010 11111100 111111 101101

Color Harmonies of #472ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472ABC

Black with #472ABC

Text Example


Text Example

White with #472ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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