#5610C9

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

Shades of Purple Heart #5610C9

Tints of Purple Heart #5610C9

Color information

#5610C9 (or 0x5610C9) is unknown color: approx Purple Heart. HEX triplet: 56, 10 and C9. RGB value is (86,16,201). Sum of RGB (Red+Green+Blue) = 86+16+201=303 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.38% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 201 (78.91% from 255 or 66.34% from 303); Max value from RGB is 201 - color contains mainly: blue. Hex color #5610C9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5610C9 is #A9EF36. Grayscale: #393939. Windows color (decimal): -11136823 or 13176918. OLE color: 13176918.

HSL color Cylindrical-coordinate representation of color #5610C9: hue angle of 262.7º degrees, saturation: 0.85, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5610C9 is Cyan = 0.57, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8616201-
CMYK0.570.9200.21
HSL262.7º85.25%42.55%-
HSV(B)262.7º92.04%78.82%-
XYZ14.576.5755.76-
YUV58.02208.69147.96-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.38%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 201 (78.91% from 255) = 66.34%
R=28.38%
G=5.28%
B=66.34%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal86162010.570.9200.21262.785.2542.55
Hex5610C9395C015107552b
Octal126203117113402540712553
Binary1010110100001100100111100110111000101011000001111010101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5610C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5610C9; }

 p { color: rgb(86,16,201); }

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

<style>
 a { background-color: #5610C9; }

 a { background-color: rgb(86,16,201); }

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

<style>
 span { border-color: #5610C9; }

 span { border-color: rgb(86,16,201); }

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