Html Css Color HEX #471EAB Purple Heart

📋 copy color: '#471EAB'

red 71 ◦ green 30 ◦ blue 171

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

Shades of Purple Heart #471EAB

Tints of Purple Heart #471EAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 62.87%

R = 26.1%
G = 11.03%
B = 62.87%

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

#471EAB (or 0x471EAB) is known color: Purple Heart. HEX triplet: 47, 1E and AB. RGB value is (71,30,171). Sum of RGB (Red+Green+Blue) = 71+30+171=272 (36% of max value = 765). Red value is 71 (28.12% from 255 or 26.10% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 171 (67.19% from 255 or 62.87% from 272); Max value from RGB is 171 - color contains mainly: blue. Hex color #471EAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471EAB is #B8E154. Grayscale: #393939. Windows color (decimal): -12116309 or 11214407. OLE color: 11214407.

HSL color Cylindrical-coordinate representation of color #471EAB: hue angle of 257.45º 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 #471EAB is Cyan = 0.58, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 71 30 171 -
CMYK 0.58 0.82 0 0.33
HSL 257.45º 0.7% 0.39% -
HSV(B) 257.45º 0.82% 0.67% -
XYZ 10.41 5.21 38.98 -
YUV 58.33 191.58 137.04 -
System Red Green Blue C M Y K H S L
Decimal 71 30 171 0.58 0.82 0 0.33 257.45 0.7 0.39
Hex 47 1E AB 3A 52 0 21 101 46 27
Octal 107 36 253 72 122 0 41 401 106 47
Binary 1000111 11110 10101011 111010 1010010 0 100001 100000001 1000110 100111

Color Harmonies of #471EAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471EAB

Black with #471EAB

Text Example


Text Example

White with #471EAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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