Html Css Color HEX #472ACE Purple Heart

📋 copy color: '#472ACE'

red 71 ◦ green 42 ◦ blue 206

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

Shades of Purple Heart #472ACE

Tints of Purple Heart #472ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.58%

R = 22.26%
G = 13.17%
B = 64.58%

CMYK

 C value IS 0.66

 M value IS 0.80

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#472ACE (or 0x472ACE) is known color: Purple Heart. HEX triplet: 47, 2A and CE. RGB value is (71,42,206). Sum of RGB (Red+Green+Blue) = 71+42+206=319 (42% of max value = 765). Red value is 71 (28.12% from 255 or 22.26% from 319); Green value is 42 (16.80% from 255 or 13.17% from 319); Blue value is 206 (80.86% from 255 or 64.58% from 319); Max value from RGB is 206 - color contains mainly: blue. Hex color #472ACE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #472ACE is #B8D531. Grayscale: #444444. Windows color (decimal): -12113202 or 13511239. OLE color: 13511239.

HSL color Cylindrical-coordinate representation of color #472ACE: hue angle of 250.61º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #472ACE is Cyan = 0.66, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 71 42 206 -
CMYK 0.66 0.80 0 0.19
HSL 250.61º 0.66% 0.49% -
HSV(B) 250.61º 0.8% 0.81% -
XYZ 14.57 7.45 59.06 -
YUV 69.37 205.11 129.16 -
System Red Green Blue C M Y K H S L
Decimal 71 42 206 0.66 0.80 0 0.19 250.61 0.66 0.49
Hex 47 2A CE 42 50 0 13 FB 42 31
Octal 107 52 316 102 120 0 23 373 102 61
Binary 1000111 101010 11001110 1000010 1010000 0 10011 11111011 1000010 110001

Color Harmonies of #472ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472ACE

Black with #472ACE

Text Example


Text Example

White with #472ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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