#5840C5

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

Shades of Purple Heart #5840C5

Tints of Purple Heart #5840C5

Color information

#5840C5 (or 0x5840C5) is unknown color: approx Purple Heart. HEX triplet: 58, 40 and C5. RGB value is (88,64,197). Sum of RGB (Red+Green+Blue) = 88+64+197=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 197 (77.34% from 255 or 56.45% from 349); Max value from RGB is 197 - color contains mainly: blue. Hex color #5840C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5840C5 is #A7BF3A. Grayscale: #555555. Windows color (decimal): -10993467 or 12927064. OLE color: 12927064.

HSL color Cylindrical-coordinate representation of color #5840C5: hue angle of 250.83º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5840C5 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8864197-
CMYK0.550.6800.23
HSL250.83º53.41%51.18%-
HSV(B)250.83º67.51%77.25%-
XYZ15.949.7753.87-
YUV86.34190.45129.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 197 (77.34% from 255) = 56.45%
R=25.21%
G=18.34%
B=56.45%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal88641970.550.6800.23250.8353.4151.18
Hex5840C53744017fb3533
Octal130100305671040273736563
Binary1011000100000011000101110111100010001011111111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5840C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5840C5; }

 p { color: rgb(88,64,197); }

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

<style>
 a { background-color: #5840C5; }

 a { background-color: rgb(88,64,197); }

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

<style>
 span { border-color: #5840C5; }

 span { border-color: rgb(88,64,197); }

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