Html Css Color HEX #5609DC Han Purple

📋 copy color: '#5609DC'

red 86 ◦ green 9 ◦ blue 220

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

Shades of Han Purple #5609DC

Tints of Han Purple #5609DC

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.86%

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 27.3%
G = 2.86%
B = 69.84%

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

#5609DC (or 0x5609DC) is known color: Han Purple. HEX triplet: 56, 09 and DC. RGB value is (86,9,220). Sum of RGB (Red+Green+Blue) = 86+9+220=315 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.30% from 315); Green value is 9 (3.91% from 255 or 2.86% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #5609DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5609DC is #A9F623. Grayscale: #373737. Windows color (decimal): -11138596 or 14420310. OLE color: 14420310.

HSL color Cylindrical-coordinate representation of color #5609DC: hue angle of 261.9º degrees, saturation: 0.92, 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 #5609DC is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 9 220 -
CMYK 0.61 0.96 0 0.14
HSL 261.9º 0.92% 0.45% -
HSV(B) 261.9º 0.96% 0.86% -
XYZ 16.85 7.34 68.24 -
YUV 56.08 220.51 149.34 -
System Red Green Blue C M Y K H S L
Decimal 86 9 220 0.61 0.96 0 0.14 261.9 0.92 0.45
Hex 56 9 DC 3D 60 0 E 106 5C 2D
Octal 126 11 334 75 140 0 16 406 134 55
Binary 1010110 1001 11011100 111101 1100000 0 1110 100000110 1011100 101101

Color Harmonies of #5609DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5609DC

Black with #5609DC

Text Example


Text Example

White with #5609DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5609DC; }

 p { color: rgb(86,9,220); }

 H1.HeaderClassName
 {
   color: #5609DC;
 }
 .AnyTagClassName
 {
   color: #5609DC;
 }
</style>

background-color css

<style>
 a { background-color: #5609DC; }

 a { background-color: rgb(86,9,220); }

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

border-color css

<style>
 span { border-color: #5609DC; }

 span { border-color: rgb(86,9,220); }

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