Html Css Color HEX #5906DF Han Purple

📋 copy color: '#5906DF'

red 89 ◦ green 6 ◦ blue 223

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

Shades of Han Purple #5906DF

Tints of Han Purple #5906DF

RGB

 RED value IS 89 (35.16% from 255) = 27.99%

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

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

R = 27.99%
G = 1.89%
B = 70.13%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5906DF (or 0x5906DF) is known color: Han Purple. HEX triplet: 59, 06 and DF. RGB value is (89,6,223). Sum of RGB (Red+Green+Blue) = 89+6+223=318 (42% of max value = 765). Red value is 89 (35.16% from 255 or 27.99% from 318); Green value is 6 (2.73% from 255 or 1.89% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #5906DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5906DF is #A6F920. Grayscale: #363636. Windows color (decimal): -10942753 or 14616153. OLE color: 14616153.

HSL color Cylindrical-coordinate representation of color #5906DF: hue angle of 262.95º 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 #5906DF is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 89 6 223 -
CMYK 0.60 0.97 0 0.13
HSL 262.95º 0.95% 0.45% -
HSV(B) 262.95º 0.97% 0.87% -
XYZ 17.5 7.58 70.35 -
YUV 55.56 222.5 151.86 -
System Red Green Blue C M Y K H S L
Decimal 89 6 223 0.60 0.97 0 0.13 262.95 0.95 0.45
Hex 59 6 DF 3C 61 0 D 107 5F 2D
Octal 131 6 337 74 141 0 15 407 137 55
Binary 1011001 110 11011111 111100 1100001 0 1101 100000111 1011111 101101

Color Harmonies of #5906DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5906DF

Black with #5906DF

Text Example


Text Example

White with #5906DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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