#5808C1

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

Shades of Purple Heart #5808C1

Tints of Purple Heart #5808C1

Color information

#5808C1 (or 0x5808C1) is unknown color: approx Purple Heart. HEX triplet: 58, 08 and C1. RGB value is (88,8,193). Sum of RGB (Red+Green+Blue) = 88+8+193=289 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.45% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 193 (75.78% from 255 or 66.78% from 289); Max value from RGB is 193 - color contains mainly: blue. Hex color #5808C1 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5808C1 is #A7F73E. Grayscale: #343434. Windows color (decimal): -11007807 or 12650584. OLE color: 12650584.

HSL color Cylindrical-coordinate representation of color #5808C1: hue angle of 265.95º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5808C1 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB888193-
CMYK0.540.9600.24
HSL265.95º92.04%39.41%-
HSV(B)265.95º95.85%75.69%-
XYZ13.746.150.91-
YUV53.01207152.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.45%
GREEN value IS 8 (3.52% from 255) = 2.77%
BLUE value IS 193 (75.78% from 255) = 66.78%
R=30.45%
G=2.77%
B=66.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal8881930.540.9600.24265.9592.0439.41
Hex588C1366001810a5c27
Octal130103016614003041213447
Binary101100010001100000111011011000000110001000010101011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5808C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5808C1; }

 p { color: rgb(88,8,193); }

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

<style>
 a { background-color: #5808C1; }

 a { background-color: rgb(88,8,193); }

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

<style>
 span { border-color: #5808C1; }

 span { border-color: rgb(88,8,193); }

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