Html Css Color HEX #5808DF Han Purple

📋 copy color: '#5808DF'

red 88 ◦ green 8 ◦ blue 223

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

Shades of Han Purple #5808DF

Tints of Han Purple #5808DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.51%

 BLUE value IS 223 (87.5% from 255) = 69.91%

R = 27.59%
G = 2.51%
B = 69.91%

CMYK

 C value IS 0.61

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5808DF (or 0x5808DF) is known color: Han Purple. HEX triplet: 58, 08 and DF. RGB value is (88,8,223). Sum of RGB (Red+Green+Blue) = 88+8+223=319 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.59% from 319); Green value is 8 (3.52% from 255 or 2.51% from 319); Blue value is 223 (87.5% from 255 or 69.91% from 319); Max value from RGB is 223 - color contains mainly: blue. Hex color #5808DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5808DF is #A7F720. Grayscale: #373737. Windows color (decimal): -11007777 or 14616664. OLE color: 14616664.

HSL color Cylindrical-coordinate representation of color #5808DF: hue angle of 262.33º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5808DF is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 88 8 223 -
CMYK 0.61 0.96 0 0.13
HSL 262.33º 0.93% 0.45% -
HSV(B) 262.33º 0.96% 0.87% -
XYZ 17.43 7.58 70.36 -
YUV 56.43 222 150.52 -
System Red Green Blue C M Y K H S L
Decimal 88 8 223 0.61 0.96 0 0.13 262.33 0.93 0.45
Hex 58 8 DF 3D 60 0 D 106 5D 2D
Octal 130 10 337 75 140 0 15 406 135 55
Binary 1011000 1000 11011111 111101 1100000 0 1101 100000110 1011101 101101

Color Harmonies of #5808DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5808DF

Black with #5808DF

Text Example


Text Example

White with #5808DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5808DF; }

 p { color: rgb(88,8,223); }

 H1.HeaderClassName
 {
   color: #5808DF;
 }
 .AnyTagClassName
 {
   color: #5808DF;
 }
</style>

background-color css

<style>
 a { background-color: #5808DF; }

 a { background-color: rgb(88,8,223); }

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

border-color css

<style>
 span { border-color: #5808DF; }

 span { border-color: rgb(88,8,223); }

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