Html Css Color HEX #471CAA Purple Heart

📋 copy color: '#471CAA'

red 71 ◦ green 28 ◦ blue 170

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

Shades of Purple Heart #471CAA

Tints of Purple Heart #471CAA

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 26.39%
G = 10.41%
B = 63.2%

CMYK

 C value IS 0.58

 M value IS 0.84

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#471CAA (or 0x471CAA) is known color: Purple Heart. HEX triplet: 47, 1C and AA. RGB value is (71,28,170). Sum of RGB (Red+Green+Blue) = 71+28+170=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 170 (66.80% from 255 or 63.20% from 269); Max value from RGB is 170 - color contains mainly: blue. Hex color #471CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471CAA is #B8E355. Grayscale: #383838. Windows color (decimal): -12116822 or 11148359. OLE color: 11148359.

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

Color convert

RGB 71 28 170 -
CMYK 0.58 0.84 0 0.33
HSL 258.17º 0.72% 0.39% -
HSV(B) 258.17º 0.84% 0.67% -
XYZ 10.27 5.07 38.47 -
YUV 57.05 191.75 137.95 -
System Red Green Blue C M Y K H S L
Decimal 71 28 170 0.58 0.84 0 0.33 258.17 0.72 0.39
Hex 47 1C AA 3A 54 0 21 102 48 27
Octal 107 34 252 72 124 0 41 402 110 47
Binary 1000111 11100 10101010 111010 1010100 0 100001 100000010 1001000 100111

Color Harmonies of #471CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CAA

Black with #471CAA

Text Example


Text Example

White with #471CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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