#471AD1

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

Shades of Purple Heart #471AD1

Tints of Purple Heart #471AD1

Color information

#471AD1 (or 0x471AD1) is unknown color: approx Purple Heart. HEX triplet: 47, 1A and D1. RGB value is (71,26,209). Sum of RGB (Red+Green+Blue) = 71+26+209=306 (40% of max value = 765). Red value is 71 (28.12% from 255 or 23.20% from 306); Green value is 26 (10.55% from 255 or 8.50% from 306); Blue value is 209 (82.03% from 255 or 68.30% from 306); Max value from RGB is 209 - color contains mainly: blue. Hex color #471AD1 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AD1 is #B8E52E. Grayscale: #3B3B3B. Windows color (decimal): -12117295 or 13703751. OLE color: 13703751.

HSL color Cylindrical-coordinate representation of color #471AD1: hue angle of 254.75º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #471AD1 is Cyan = 0.66, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB7126209-
CMYK0.660.8800.18
HSL254.75º77.87%46.08%-
HSV(B)254.75º87.56%81.96%-
XYZ14.486.6860.85-
YUV60.32211.91135.62-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.20%
GREEN value IS 26 (10.55% from 255) = 8.50%
BLUE value IS 209 (82.03% from 255) = 68.30%
R=23.20%
G=8.50%
B=68.30%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal71262090.660.8800.18254.7577.8746.08
Hex471AD14258012ff4e2e
Octal1073232110213002237711656
Binary1000111110101101000110000101011000010010111111111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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