#471BAB

Color #471BAB Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #471BAB

Tints of Purple Heart #471BAB

Color information

#471BAB (or 0x471BAB) is unknown color: approx Purple Heart. HEX triplet: 47, 1B and AB. RGB value is (71,27,171). Sum of RGB (Red+Green+Blue) = 71+27+171=269 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.39% from 269); Green value is 27 (10.94% from 255 or 10.04% from 269); Blue value is 171 (67.19% from 255 or 63.57% from 269); Max value from RGB is 171 - color contains mainly: blue. Hex color #471BAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471BAB is #B8E454. Grayscale: #383838. Windows color (decimal): -12117077 or 11213639. OLE color: 11213639.

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

Color convert

RGB7127171-
CMYK0.580.8400.33
HSL258.33º72.73%38.82%-
HSV(B)258.33º84.21%67.06%-
XYZ10.345.0638.96-
YUV56.57192.58138.29-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.39%
GREEN value IS 27 (10.94% from 255) = 10.04%
BLUE value IS 171 (67.19% from 255) = 63.57%
R=26.39%
G=10.04%
B=63.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal71271710.580.8400.33258.3372.7338.82
Hex471BAB3A540211024927
Octal107332537212404140211147
Binary10001111101110101011111010101010001000011000000101001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471BAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #471BAB;
 }
 .AnyTagClassName
 {
   color: #471BAB;
 }
</style>
background-color css

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

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

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

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

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

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