#5841BE

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

Shades of Purple Heart #5841BE

Tints of Purple Heart #5841BE

Color information

#5841BE (or 0x5841BE) is unknown color: approx Purple Heart. HEX triplet: 58, 41 and BE. RGB value is (88,65,190). Sum of RGB (Red+Green+Blue) = 88+65+190=343 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.66% from 343); Green value is 65 (25.78% from 255 or 18.95% from 343); Blue value is 190 (74.61% from 255 or 55.39% from 343); Max value from RGB is 190 - color contains mainly: blue. Hex color #5841BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841BE is #A7BE41. Grayscale: #555555. Windows color (decimal): -10993218 or 12468568. OLE color: 12468568.

HSL color Cylindrical-coordinate representation of color #5841BE: hue angle of 251.04º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5841BE is Cyan = 0.54, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8865190-
CMYK0.540.6600.25
HSL251.04º49.02%50%-
HSV(B)251.04º65.79%74.51%-
XYZ15.219.5749.76-
YUV86.13186.62129.34-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.66%
GREEN value IS 65 (25.78% from 255) = 18.95%
BLUE value IS 190 (74.61% from 255) = 55.39%
R=25.66%
G=18.95%
B=55.39%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88651900.540.6600.25251.0449.0250
Hex5841BE3642019fb3132
Octal130101276661020313736162
Binary1011000100000110111110110110100001001100111111011110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5841BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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