#471EB6

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

Shades of Purple Heart #471EB6

Tints of Purple Heart #471EB6

Color information

#471EB6 (or 0x471EB6) is unknown color: approx Purple Heart. HEX triplet: 47, 1E and B6. RGB value is (71,30,182). Sum of RGB (Red+Green+Blue) = 71+30+182=283 (37% of max value = 765). Red value is 71 (28.12% from 255 or 25.09% from 283); Green value is 30 (12.11% from 255 or 10.60% from 283); Blue value is 182 (71.48% from 255 or 64.31% from 283); Max value from RGB is 182 - color contains mainly: blue. Hex color #471EB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471EB6 is #B8E149. Grayscale: #3B3B3B. Windows color (decimal): -12116298 or 11935303. OLE color: 11935303.

HSL color Cylindrical-coordinate representation of color #471EB6: hue angle of 256.18º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471EB6 is Cyan = 0.61, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB7130182-
CMYK0.610.8400.29
HSL256.18º71.7%41.57%-
HSV(B)256.18º83.52%71.37%-
XYZ11.515.6544.74-
YUV59.59197.08136.14-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.09%
GREEN value IS 30 (12.11% from 255) = 10.60%
BLUE value IS 182 (71.48% from 255) = 64.31%
R=25.09%
G=10.60%
B=64.31%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal71301820.610.8400.29256.1871.741.57
Hex471EB63D5401D100482a
Octal107362667512403540011052
Binary1000111111101011011011110110101000111011000000001001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471EB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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