#5841C4

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

Shades of Purple Heart #5841C4

Tints of Purple Heart #5841C4

Color information

#5841C4 (or 0x5841C4) is unknown color: approx Purple Heart. HEX triplet: 58, 41 and C4. RGB value is (88,65,196). Sum of RGB (Red+Green+Blue) = 88+65+196=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 196 (76.95% from 255 or 56.16% from 349); Max value from RGB is 196 - color contains mainly: blue. Hex color #5841C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5841C4 is #A7BE3B. Grayscale: #565656. Windows color (decimal): -10993212 or 12861784. OLE color: 12861784.

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

Color convert

RGB8865196-
CMYK0.550.6700.23
HSL250.53º52.61%51.18%-
HSV(B)250.53º66.84%76.86%-
XYZ15.889.8453.29-
YUV86.81189.62128.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 25.21%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 196 (76.95% from 255) = 56.16%
R=25.21%
G=18.62%
B=56.16%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal88651960.550.6700.23250.5352.6151.18
Hex5841C43743017fb3533
Octal130101304671030273736563
Binary1011000100000111000100110111100001101011111111011110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5841C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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