Html Css Color HEX #5606DB Han Purple

📋 copy color: '#5606DB'

red 86 ◦ green 6 ◦ blue 219

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

Shades of Han Purple #5606DB

Tints of Han Purple #5606DB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.93%

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

R = 27.65%
G = 1.93%
B = 70.42%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5606DB (or 0x5606DB) is known color: Han Purple. HEX triplet: 56, 06 and DB. RGB value is (86,6,219). Sum of RGB (Red+Green+Blue) = 86+6+219=311 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.65% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #5606DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5606DB is #A9F924. Grayscale: #353535. Windows color (decimal): -11139365 or 14354006. OLE color: 14354006.

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

Color convert

RGB 86 6 219 -
CMYK 0.61 0.97 0 0.14
HSL 262.54º 0.95% 0.44% -
HSV(B) 262.54º 0.97% 0.86% -
XYZ 16.69 7.22 67.53 -
YUV 54.2 221 150.68 -
System Red Green Blue C M Y K H S L
Decimal 86 6 219 0.61 0.97 0 0.14 262.54 0.95 0.44
Hex 56 6 DB 3D 61 0 E 107 5F 2C
Octal 126 6 333 75 141 0 16 407 137 54
Binary 1010110 110 11011011 111101 1100001 0 1110 100000111 1011111 101100

Color Harmonies of #5606DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5606DB

Black with #5606DB

Text Example


Text Example

White with #5606DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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