Html Css Color HEX #471DAA Purple Heart

📋 copy color: '#471DAA'

red 71 ◦ green 29 ◦ blue 170

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

Shades of Purple Heart #471DAA

Tints of Purple Heart #471DAA

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.74%

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

R = 26.3%
G = 10.74%
B = 62.96%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471DAA (or 0x471DAA) is known color: Purple Heart. HEX triplet: 47, 1D and AA. RGB value is (71,29,170). Sum of RGB (Red+Green+Blue) = 71+29+170=270 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.30% from 270); Green value is 29 (11.72% from 255 or 10.74% from 270); Blue value is 170 (66.80% from 255 or 62.96% from 270); Max value from RGB is 170 - color contains mainly: blue. Hex color #471DAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471DAA is #B8E255. Grayscale: #393939. Windows color (decimal): -12116566 or 11148615. OLE color: 11148615.

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

Color convert

RGB 71 29 170 -
CMYK 0.58 0.83 0 0.33
HSL 257.87º 0.71% 0.39% -
HSV(B) 257.87º 0.83% 0.67% -
XYZ 10.29 5.12 38.48 -
YUV 57.63 191.41 137.54 -
System Red Green Blue C M Y K H S L
Decimal 71 29 170 0.58 0.83 0 0.33 257.87 0.71 0.39
Hex 47 1D AA 3A 53 0 21 102 47 27
Octal 107 35 252 72 123 0 41 402 107 47
Binary 1000111 11101 10101010 111010 1010011 0 100001 100000010 1000111 100111

Color Harmonies of #471DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471DAA

Black with #471DAA

Text Example


Text Example

White with #471DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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