Html Css Color HEX #5806DF Han Purple

📋 copy color: '#5806DF'

red 88 ◦ green 6 ◦ blue 223

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

Shades of Han Purple #5806DF

Tints of Han Purple #5806DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.89%

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

R = 27.76%
G = 1.89%
B = 70.35%

CMYK

 C value IS 0.61

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5806DF (or 0x5806DF) is known color: Han Purple. HEX triplet: 58, 06 and DF. RGB value is (88,6,223). Sum of RGB (Red+Green+Blue) = 88+6+223=317 (41% of max value = 765). Red value is 88 (34.77% from 255 or 27.76% from 317); Green value is 6 (2.73% from 255 or 1.89% from 317); Blue value is 223 (87.5% from 255 or 70.35% from 317); Max value from RGB is 223 - color contains mainly: blue. Hex color #5806DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5806DF is #A7F920. Grayscale: #363636. Windows color (decimal): -11008289 or 14616152. OLE color: 14616152.

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

Color convert

RGB 88 6 223 -
CMYK 0.61 0.97 0 0.13
HSL 262.67º 0.95% 0.45% -
HSV(B) 262.67º 0.97% 0.87% -
XYZ 17.41 7.53 70.35 -
YUV 55.26 222.67 151.36 -
System Red Green Blue C M Y K H S L
Decimal 88 6 223 0.61 0.97 0 0.13 262.67 0.95 0.45
Hex 58 6 DF 3D 61 0 D 107 5F 2D
Octal 130 6 337 75 141 0 15 407 137 55
Binary 1011000 110 11011111 111101 1100001 0 1101 100000111 1011111 101101

Color Harmonies of #5806DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5806DF

Black with #5806DF

Text Example


Text Example

White with #5806DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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