Html Css Color HEX #5608DB Han Purple

📋 copy color: '#5608DB'

red 86 ◦ green 8 ◦ blue 219

#5608DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Han Purple #5608DB

Tints of Han Purple #5608DB

RGB

 RED value IS 86 (33.98% from 255) = 27.48%

 GREEN value IS 8 (3.52% from 255) = 2.56%

 BLUE value IS 219 (85.94% from 255) = 69.97%

R = 27.48%
G = 2.56%
B = 69.97%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5608DB (or 0x5608DB) is known color: Han Purple. HEX triplet: 56, 08 and DB. RGB value is (86,8,219). Sum of RGB (Red+Green+Blue) = 86+8+219=313 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.48% from 313); Green value is 8 (3.52% from 255 or 2.56% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #5608DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5608DB is #A9F724. Grayscale: #363636. Windows color (decimal): -11138853 or 14354518. OLE color: 14354518.

HSL color Cylindrical-coordinate representation of color #5608DB: hue angle of 262.18º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5608DB is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 8 219 -
CMYK 0.61 0.96 0 0.14
HSL 262.18º 0.93% 0.45% -
HSV(B) 262.18º 0.96% 0.86% -
XYZ 16.71 7.27 67.54 -
YUV 55.38 220.34 149.84 -
System Red Green Blue C M Y K H S L
Decimal 86 8 219 0.61 0.96 0 0.14 262.18 0.93 0.45
Hex 56 8 DB 3D 60 0 E 106 5D 2D
Octal 126 10 333 75 140 0 16 406 135 55
Binary 1010110 1000 11011011 111101 1100000 0 1110 100000110 1011101 101101

Color Harmonies of #5608DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5608DB

Black with #5608DB

Text Example


Text Example

White with #5608DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5608DB;
 }
 .AnyTagClassName
 {
   color: #5608DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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