#5841C6

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

Shades of Purple Heart #5841C6

Tints of Purple Heart #5841C6

Color information

#5841C6 (or 0x5841C6) is unknown color: approx Purple Heart. HEX triplet: 58, 41 and C6. RGB value is (88,65,198). Sum of RGB (Red+Green+Blue) = 88+65+198=351 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.07% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 198 (77.73% from 255 or 56.41% from 351); Max value from RGB is 198 - color contains mainly: blue. Hex color #5841C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841C6 is #A7BE39. Grayscale: #565656. Windows color (decimal): -10993210 or 12992856. OLE color: 12992856.

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

Color convert

RGB8865198-
CMYK0.560.6700.22
HSL250.38º53.85%51.57%-
HSV(B)250.38º67.17%77.65%-
XYZ16.119.9354.49-
YUV87.04190.62128.69-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.07%
GREEN value IS 65 (25.78% from 255) = 18.52%
BLUE value IS 198 (77.73% from 255) = 56.41%
R=25.07%
G=18.52%
B=56.41%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal88651980.560.6700.22250.3853.8551.57
Hex5841C63843016fa3634
Octal130101306701030263726664
Binary1011000100000111000110111000100001101011011111010110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5841C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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