Html Css Color HEX #5619DB Han Purple

📋 copy color: '#5619DB'

red 86 ◦ green 25 ◦ blue 219

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

Shades of Han Purple #5619DB

Tints of Han Purple #5619DB

RGB

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

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

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

R = 26.06%
G = 7.58%
B = 66.36%

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

#5619DB (or 0x5619DB) is known color: Han Purple. HEX triplet: 56, 19 and DB. RGB value is (86,25,219). Sum of RGB (Red+Green+Blue) = 86+25+219=330 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.06% from 330); Green value is 25 (10.16% from 255 or 7.58% from 330); Blue value is 219 (85.94% from 255 or 66.36% from 330); Max value from RGB is 219 - color contains mainly: blue. Hex color #5619DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5619DB is #A9E624. Grayscale: #404040. Windows color (decimal): -11134501 or 14358870. OLE color: 14358870.

HSL color Cylindrical-coordinate representation of color #5619DB: hue angle of 258.87º 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 #5619DB is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 86 25 219 -
CMYK 0.61 0.89 0 0.14
HSL 258.87º 0.8% 0.48% -
HSV(B) 258.87º 0.89% 0.86% -
XYZ 16.97 7.79 67.63 -
YUV 65.36 214.71 142.73 -
System Red Green Blue C M Y K H S L
Decimal 86 25 219 0.61 0.89 0 0.14 258.87 0.8 0.48
Hex 56 19 DB 3D 59 0 E 103 50 30
Octal 126 31 333 75 131 0 16 403 120 60
Binary 1010110 11001 11011011 111101 1011001 0 1110 100000011 1010000 110000

Color Harmonies of #5619DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5619DB

Black with #5619DB

Text Example


Text Example

White with #5619DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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