Html Css Color HEX #471CA9 Purple Heart

📋 copy color: '#471CA9'

red 71 ◦ green 28 ◦ blue 169

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

Shades of Purple Heart #471CA9

Tints of Purple Heart #471CA9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 63.06%

R = 26.49%
G = 10.45%
B = 63.06%

CMYK

 C value IS 0.58

 M value IS 0.83

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#471CA9 (or 0x471CA9) is known color: Purple Heart. HEX triplet: 47, 1C and A9. RGB value is (71,28,169). Sum of RGB (Red+Green+Blue) = 71+28+169=268 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.49% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 169 (66.41% from 255 or 63.06% from 268); Max value from RGB is 169 - color contains mainly: blue. Hex color #471CA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471CA9 is #B8E356. Grayscale: #383838. Windows color (decimal): -12116823 or 11082823. OLE color: 11082823.

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

Color convert

RGB 71 28 169 -
CMYK 0.58 0.83 0 0.34
HSL 258.3º 0.72% 0.39% -
HSV(B) 258.3º 0.83% 0.66% -
XYZ 10.18 5.03 37.97 -
YUV 56.93 191.25 138.04 -
System Red Green Blue C M Y K H S L
Decimal 71 28 169 0.58 0.83 0 0.34 258.3 0.72 0.39
Hex 47 1C A9 3A 53 0 22 102 48 27
Octal 107 34 251 72 123 0 42 402 110 47
Binary 1000111 11100 10101001 111010 1010011 0 100010 100000010 1001000 100111

Color Harmonies of #471CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471CA9

Black with #471CA9

Text Example


Text Example

White with #471CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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