#471CAF

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

Shades of Purple Heart #471CAF

Tints of Purple Heart #471CAF

Color information

#471CAF (or 0x471CAF) is unknown color: approx Purple Heart. HEX triplet: 47, 1C and AF. RGB value is (71,28,175). Sum of RGB (Red+Green+Blue) = 71+28+175=274 (36% of max value = 765). Red value is 71 (28.12% from 255 or 25.91% from 274); Green value is 28 (11.33% from 255 or 10.22% from 274); Blue value is 175 (68.75% from 255 or 63.87% from 274); Max value from RGB is 175 - color contains mainly: blue. Hex color #471CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #471CAF is #B8E350. Grayscale: #393939. Windows color (decimal): -12116817 or 11476039. OLE color: 11476039.

HSL color Cylindrical-coordinate representation of color #471CAF: hue angle of 257.55º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #471CAF is Cyan = 0.59, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB7128175-
CMYK0.590.8400.31
HSL257.55º72.41%39.8%-
HSV(B)257.55º84%68.63%-
XYZ10.755.2741.01-
YUV57.61194.25137.55-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 25.91%
GREEN value IS 28 (11.33% from 255) = 10.22%
BLUE value IS 175 (68.75% from 255) = 63.87%
R=25.91%
G=10.22%
B=63.87%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal71281750.590.8400.31257.5572.4139.8
Hex471CAF3B5401F1024828
Octal107342577312403740211050
Binary1000111111001010111111101110101000111111000000101001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,28,175); }

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

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

 a { background-color: rgb(71,28,175); }

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

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

 span { border-color: rgb(71,28,175); }

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