#471AB3

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

Shades of Purple Heart #471AB3

Tints of Purple Heart #471AB3

Color information

#471AB3 (or 0x471AB3) is unknown color: approx Purple Heart. HEX triplet: 47, 1A and B3. RGB value is (71,26,179). Sum of RGB (Red+Green+Blue) = 71+26+179=276 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.72% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 179 (70.31% from 255 or 64.86% from 276); Max value from RGB is 179 - color contains mainly: blue. Hex color #471AB3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AB3 is #B8E54C. Grayscale: #383838. Windows color (decimal): -12117325 or 11737671. OLE color: 11737671.

HSL color Cylindrical-coordinate representation of color #471AB3: hue angle of 257.65º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #471AB3 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB7126179-
CMYK0.600.8500.30
HSL257.65º74.63%40.2%-
HSV(B)257.65º85.47%70.2%-
XYZ11.15.3343.09-
YUV56.9196.91138.06-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.72%
GREEN value IS 26 (10.55% from 255) = 9.42%
BLUE value IS 179 (70.31% from 255) = 64.86%
R=25.72%
G=9.42%
B=64.86%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal71261790.600.8500.30257.6574.6340.2
Hex471AB33C5501E1024b28
Octal107322637412503640211350
Binary1000111110101011001111110010101010111101000000101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471AB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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