Html Css Color HEX #5619DC Han Purple

📋 copy color: '#5619DC'

red 86 ◦ green 25 ◦ blue 220

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

Shades of Han Purple #5619DC

Tints of Han Purple #5619DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.55%

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

R = 25.98%
G = 7.55%
B = 66.47%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5619DC (or 0x5619DC) is known color: Han Purple. HEX triplet: 56, 19 and DC. RGB value is (86,25,220). Sum of RGB (Red+Green+Blue) = 86+25+220=331 (43% of max value = 765). Red value is 86 (33.98% from 255 or 25.98% from 331); Green value is 25 (10.16% from 255 or 7.55% from 331); Blue value is 220 (86.33% from 255 or 66.47% from 331); Max value from RGB is 220 - color contains mainly: blue. Hex color #5619DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5619DC is #A9E623. Grayscale: #404040. Windows color (decimal): -11134500 or 14424406. OLE color: 14424406.

HSL color Cylindrical-coordinate representation of color #5619DC: hue angle of 258.77º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5619DC is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 25 220 -
CMYK 0.61 0.89 0 0.14
HSL 258.77º 0.8% 0.48% -
HSV(B) 258.77º 0.89% 0.86% -
XYZ 17.1 7.84 68.32 -
YUV 65.47 215.21 142.64 -
System Red Green Blue C M Y K H S L
Decimal 86 25 220 0.61 0.89 0 0.14 258.77 0.8 0.48
Hex 56 19 DC 3D 59 0 E 103 50 30
Octal 126 31 334 75 131 0 16 403 120 60
Binary 1010110 11001 11011100 111101 1011001 0 1110 100000011 1010000 110000

Color Harmonies of #5619DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5619DC

Black with #5619DC

Text Example


Text Example

White with #5619DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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