Html Css Color HEX #5819DC Han Purple

📋 copy color: '#5819DC'

red 88 ◦ green 25 ◦ blue 220

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

Shades of Han Purple #5819DC

Tints of Han Purple #5819DC

RGB

 RED value IS 88 (34.77% from 255) = 26.43%

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

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

R = 26.43%
G = 7.51%
B = 66.07%

CMYK

 C value IS 0.6

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5819DC (or 0x5819DC) is known color: Han Purple. HEX triplet: 58, 19 and DC. RGB value is (88,25,220). Sum of RGB (Red+Green+Blue) = 88+25+220=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 25 (10.16% from 255 or 7.51% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #5819DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5819DC is #A7E623. Grayscale: #414141. Windows color (decimal): -11003428 or 14424408. OLE color: 14424408.

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

Color convert

RGB 88 25 220 -
CMYK 0.6 0.89 0 0.14
HSL 259.38º 0.8% 0.48% -
HSV(B) 259.38º 0.89% 0.86% -
XYZ 17.29 7.94 68.33 -
YUV 66.07 214.87 143.64 -
System Red Green Blue C M Y K H S L
Decimal 88 25 220 0.6 0.89 0 0.14 259.38 0.8 0.48
Hex 58 19 DC 3C 59 0 E 103 50 30
Octal 130 31 334 74 131 0 16 403 120 60
Binary 1011000 11001 11011100 111100 1011001 0 1110 100000011 1010000 110000

Color Harmonies of #5819DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5819DC

Black with #5819DC

Text Example


Text Example

White with #5819DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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