#5618C5

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

Shades of Purple Heart #5618C5

Tints of Purple Heart #5618C5

Color information

#5618C5 (or 0x5618C5) is unknown color: approx Purple Heart. HEX triplet: 56, 18 and C5. RGB value is (86,24,197). Sum of RGB (Red+Green+Blue) = 86+24+197=307 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.01% from 307); Green value is 24 (9.77% from 255 or 7.82% from 307); Blue value is 197 (77.34% from 255 or 64.17% from 307); Max value from RGB is 197 - color contains mainly: blue. Hex color #5618C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5618C5 is #A9E73A. Grayscale: #3D3D3D. Windows color (decimal): -11134779 or 12916822. OLE color: 12916822.

HSL color Cylindrical-coordinate representation of color #5618C5: hue angle of 261.5º 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 #5618C5 is Cyan = 0.56, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8624197-
CMYK0.560.8800.23
HSL261.5º78.28%43.33%-
HSV(B)261.5º87.82%77.25%-
XYZ14.246.6653.36-
YUV62.26204.04144.93-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.01%
GREEN value IS 24 (9.77% from 255) = 7.82%
BLUE value IS 197 (77.34% from 255) = 64.17%
R=28.01%
G=7.82%
B=64.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal86241970.560.8800.23261.578.2843.33
Hex5618C538580171064e2b
Octal126303057013002740611653
Binary1010110110001100010111100010110000101111000001101001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5618C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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