#5608D7

Color #5608D7 Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5608D7

Tints of Han Purple #5608D7

Color information

#5608D7 (or 0x5608D7) is unknown color: approx Han Purple. HEX triplet: 56, 08 and D7. RGB value is (86,8,215). Sum of RGB (Red+Green+Blue) = 86+8+215=309 (40% of max value = 765). Red value is 86 (33.98% from 255 or 27.83% from 309); Green value is 8 (3.52% from 255 or 2.59% from 309); Blue value is 215 (84.38% from 255 or 69.58% from 309); Max value from RGB is 215 - color contains mainly: blue. Hex color #5608D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5608D7 is #A9F728. Grayscale: #363636. Windows color (decimal): -11138857 or 14092374. OLE color: 14092374.

HSL color Cylindrical-coordinate representation of color #5608D7: hue angle of 262.61º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5608D7 is Cyan = 0.6, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB868215-
CMYK0.60.9600.16
HSL262.61º92.83%43.73%-
HSV(B)262.61º96.28%84.31%-
XYZ16.197.0664.8-
YUV54.92218.34150.17-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.83%
GREEN value IS 8 (3.52% from 255) = 2.59%
BLUE value IS 215 (84.38% from 255) = 69.58%
R=27.83%
G=2.59%
B=69.58%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal8682150.60.9600.16262.6192.8343.73
Hex568D73C600101075d2c
Octal126103277414002040713554
Binary101011010001101011111110011000000100001000001111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5608D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5608D7; }

 p { color: rgb(86,8,215); }

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

<style>
 a { background-color: #5608D7; }

 a { background-color: rgb(86,8,215); }

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

<style>
 span { border-color: #5608D7; }

 span { border-color: rgb(86,8,215); }

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