Html Css Color HEX #5818DC Han Purple

📋 copy color: '#5818DC'

red 88 ◦ green 24 ◦ blue 220

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

Shades of Han Purple #5818DC

Tints of Han Purple #5818DC

RGB

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

 GREEN value IS 24 (9.77% from 255) = 7.23%

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

R = 26.51%
G = 7.23%
B = 66.27%

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

#5818DC (or 0x5818DC) is known color: Han Purple. HEX triplet: 58, 18 and DC. RGB value is (88,24,220). Sum of RGB (Red+Green+Blue) = 88+24+220=332 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.51% from 332); Green value is 24 (9.77% from 255 or 7.23% from 332); Blue value is 220 (86.33% from 255 or 66.27% from 332); Max value from RGB is 220 - color contains mainly: blue. Hex color #5818DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5818DC is #A7E723. Grayscale: #404040. Windows color (decimal): -11003684 or 14424152. OLE color: 14424152.

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

Color convert

RGB 88 24 220 -
CMYK 0.6 0.89 0 0.14
HSL 259.59º 0.8% 0.48% -
HSV(B) 259.59º 0.89% 0.86% -
XYZ 17.27 7.9 68.32 -
YUV 65.48 215.2 144.06 -
System Red Green Blue C M Y K H S L
Decimal 88 24 220 0.6 0.89 0 0.14 259.59 0.8 0.48
Hex 58 18 DC 3C 59 0 E 104 50 30
Octal 130 30 334 74 131 0 16 404 120 60
Binary 1011000 11000 11011100 111100 1011001 0 1110 100000100 1010000 110000

Color Harmonies of #5818DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5818DC

Black with #5818DC

Text Example


Text Example

White with #5818DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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