#5818C5

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

Shades of Purple Heart #5818C5

Tints of Purple Heart #5818C5

Color information

#5818C5 (or 0x5818C5) is unknown color: approx Purple Heart. HEX triplet: 58, 18 and C5. RGB value is (88,24,197). Sum of RGB (Red+Green+Blue) = 88+24+197=309 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.48% from 309); Green value is 24 (9.77% from 255 or 7.77% from 309); Blue value is 197 (77.34% from 255 or 63.75% from 309); Max value from RGB is 197 - color contains mainly: blue. Hex color #5818C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5818C5 is #A7E73A. Grayscale: #3E3E3E. Windows color (decimal): -11003707 or 12916824. OLE color: 12916824.

HSL color Cylindrical-coordinate representation of color #5818C5: hue angle of 262.2º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5818C5 is Cyan = 0.55, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8824197-
CMYK0.550.8800.23
HSL262.2º78.28%43.33%-
HSV(B)262.2º87.82%77.25%-
XYZ14.436.7653.37-
YUV62.86203.7145.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.48%
GREEN value IS 24 (9.77% from 255) = 7.77%
BLUE value IS 197 (77.34% from 255) = 63.75%
R=28.48%
G=7.77%
B=63.75%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal88241970.550.8800.23262.278.2843.33
Hex5818C537580171064e2b
Octal130303056713002740611653
Binary1011000110001100010111011110110000101111000001101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5818C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5818C5; }

 p { color: rgb(88,24,197); }

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

<style>
 a { background-color: #5818C5; }

 a { background-color: rgb(88,24,197); }

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

<style>
 span { border-color: #5818C5; }

 span { border-color: rgb(88,24,197); }

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