#5A31C8

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

Shades of Purple Heart #5A31C8

Tints of Purple Heart #5A31C8

Color information

#5A31C8 (or 0x5A31C8) is unknown color: approx Purple Heart. HEX triplet: 5A, 31 and C8. RGB value is (90,49,200). Sum of RGB (Red+Green+Blue) = 90+49+200=339 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.55% from 339); Green value is 49 (19.53% from 255 or 14.45% from 339); Blue value is 200 (78.52% from 255 or 59.00% from 339); Max value from RGB is 200 - color contains mainly: blue. Hex color #5A31C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A31C8 is #A5CE37. Grayscale: #4D4D4D. Windows color (decimal): -10866232 or 13119834. OLE color: 13119834.

HSL color Cylindrical-coordinate representation of color #5A31C8: hue angle of 256.29º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5A31C8 is Cyan = 0.55, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB9049200-
CMYK0.550.7600.22
HSL256.29º60.64%48.82%-
HSV(B)256.29º75.5%78.43%-
XYZ15.748.5455.46-
YUV78.47196.58136.22-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.55%
GREEN value IS 49 (19.53% from 255) = 14.45%
BLUE value IS 200 (78.52% from 255) = 59.00%
R=26.55%
G=14.45%
B=59.00%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal90492000.550.7600.22256.2960.6448.82
Hex5A31C8374C0161003d31
Octal13261310671140264007561
Binary1011010110001110010001101111001100010110100000000111101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A31C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A31C8; }

 p { color: rgb(90,49,200); }

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

<style>
 a { background-color: #5A31C8; }

 a { background-color: rgb(90,49,200); }

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

<style>
 span { border-color: #5A31C8; }

 span { border-color: rgb(90,49,200); }

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