#471AAE

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

Shades of Purple Heart #471AAE

Tints of Purple Heart #471AAE

Color information

#471AAE (or 0x471AAE) is unknown color: approx Purple Heart. HEX triplet: 47, 1A and AE. RGB value is (71,26,174). Sum of RGB (Red+Green+Blue) = 71+26+174=271 (35% of max value = 765). Red value is 71 (28.12% from 255 or 26.20% from 271); Green value is 26 (10.55% from 255 or 9.59% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #471AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471AAE is #B8E551. Grayscale: #373737. Windows color (decimal): -12117330 or 11409991. OLE color: 11409991.

HSL color Cylindrical-coordinate representation of color #471AAE: hue angle of 258.24º degrees, saturation: 0.74, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471AAE is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB7126174-
CMYK0.590.8500.32
HSL258.24º74%39.22%-
HSV(B)258.24º85.06%68.24%-
XYZ10.615.1340.48-
YUV56.33194.41138.47-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 26.20%
GREEN value IS 26 (10.55% from 255) = 9.59%
BLUE value IS 174 (68.36% from 255) = 64.21%
R=26.20%
G=9.59%
B=64.21%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal71261740.590.8500.32258.247439.22
Hex471AAE3B550201024a27
Octal107322567312504040211247
Binary10001111101010101110111011101010101000001000000101001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471AAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,26,174); }

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

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

 a { background-color: rgb(71,26,174); }

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

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

 span { border-color: rgb(71,26,174); }

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