#471AC8

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

Shades of Purple Heart #471AC8

Tints of Purple Heart #471AC8

Color information

#471AC8 (or 0x471AC8) is unknown color: approx Purple Heart. HEX triplet: 47, 1A and C8. RGB value is (71,26,200). Sum of RGB (Red+Green+Blue) = 71+26+200=297 (39% of max value = 765). Red value is 71 (28.12% from 255 or 23.91% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 200 (78.52% from 255 or 67.34% from 297); Max value from RGB is 200 - color contains mainly: blue. Hex color #471AC8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #471AC8 is #B8E537. Grayscale: #3A3A3A. Windows color (decimal): -12117304 or 13113927. OLE color: 13113927.

HSL color Cylindrical-coordinate representation of color #471AC8: hue angle of 255.52º degrees, saturation: 0.77, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #471AC8 is Cyan = 0.64, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB7126200-
CMYK0.640.8700.22
HSL255.52º76.99%44.31%-
HSV(B)255.52º87%78.43%-
XYZ13.396.2555.14-
YUV59.29207.41136.35-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 23.91%
GREEN value IS 26 (10.55% from 255) = 8.75%
BLUE value IS 200 (78.52% from 255) = 67.34%
R=23.91%
G=8.75%
B=67.34%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal71262000.640.8700.22255.5276.9944.31
Hex471AC840570161004d2c
Octal1073231010012702640011554
Binary10001111101011001000100000010101110101101000000001001101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471AC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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