Html Css Color HEX #471EAA Purple Heart

📋 copy color: '#471EAA'

red 71 ◦ green 30 ◦ blue 170

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

Shades of Purple Heart #471EAA

Tints of Purple Heart #471EAA

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.07%

 BLUE value IS 170 (66.8% from 255) = 62.73%

R = 26.2%
G = 11.07%
B = 62.73%

CMYK

 C value IS 0.58

 M value IS 0.82

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471EAA (or 0x471EAA) is known color: Purple Heart. HEX triplet: 47, 1E and AA. RGB value is (71,30,170). Sum of RGB (Red+Green+Blue) = 71+30+170=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 30 (12.11% from 255 or 11.07% from 271); Blue value is 170 (66.80% from 255 or 62.73% from 271); Max value from RGB is 170 - color contains mainly: blue. Hex color #471EAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471EAA is #B8E155. Grayscale: #393939. Windows color (decimal): -12116310 or 11148871. OLE color: 11148871.

HSL color Cylindrical-coordinate representation of color #471EAA: hue angle of 257.57º degrees, saturation: 0.7, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #471EAA is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 30 170 -
CMYK 0.58 0.82 0 0.33
HSL 257.57º 0.7% 0.39% -
HSV(B) 257.57º 0.82% 0.67% -
XYZ 10.32 5.17 38.48 -
YUV 58.22 191.08 137.12 -
System Red Green Blue C M Y K H S L
Decimal 71 30 170 0.58 0.82 0 0.33 257.57 0.7 0.39
Hex 47 1E AA 3A 52 0 21 102 46 27
Octal 107 36 252 72 122 0 41 402 106 47
Binary 1000111 11110 10101010 111010 1010010 0 100001 100000010 1000110 100111

Color Harmonies of #471EAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EAA

Black with #471EAA

Text Example


Text Example

White with #471EAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471EAA; }

 p { color: rgb(71,30,170); }

 H1.HeaderClassName
 {
   color: #471EAA;
 }
 .AnyTagClassName
 {
   color: #471EAA;
 }
</style>

background-color css

<style>
 a { background-color: #471EAA; }

 a { background-color: rgb(71,30,170); }

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

border-color css

<style>
 span { border-color: #471EAA; }

 span { border-color: rgb(71,30,170); }

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