#5841C8

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

Shades of Purple Heart #5841C8

Tints of Purple Heart #5841C8

Color information

#5841C8 (or 0x5841C8) is unknown color: approx Purple Heart. HEX triplet: 58, 41 and C8. RGB value is (88,65,200). Sum of RGB (Red+Green+Blue) = 88+65+200=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 200 (78.52% from 255 or 56.66% from 353); Max value from RGB is 200 - color contains mainly: blue. Hex color #5841C8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841C8 is #A7BE37. Grayscale: #565656. Windows color (decimal): -10993208 or 13123928. OLE color: 13123928.

HSL color Cylindrical-coordinate representation of color #5841C8: hue angle of 250.22º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5841C8 is Cyan = 0.56, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB8865200-
CMYK0.560.6800.22
HSL250.22º55.1%51.96%-
HSV(B)250.22º67.5%78.43%-
XYZ16.3410.0355.72-
YUV87.27191.62128.52-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.93%
GREEN value IS 65 (25.78% from 255) = 18.41%
BLUE value IS 200 (78.52% from 255) = 56.66%
R=24.93%
G=18.41%
B=56.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88652000.560.6800.22250.2255.151.96
Hex5841C83844016fa3734
Octal130101310701040263726764
Binary1011000100000111001000111000100010001011011111010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5841C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5841C8; }

 p { color: rgb(88,65,200); }

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

<style>
 a { background-color: #5841C8; }

 a { background-color: rgb(88,65,200); }

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

<style>
 span { border-color: #5841C8; }

 span { border-color: rgb(88,65,200); }

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