#5B17EE

Color #5B17EE Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5B17EE

Tints of Han Purple #5B17EE

Color information

#5B17EE (or 0x5B17EE) is unknown color: approx Han Purple. HEX triplet: 5B, 17 and EE. RGB value is (91,23,238). Sum of RGB (Red+Green+Blue) = 91+23+238=352 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.85% from 352); Green value is 23 (9.38% from 255 or 6.53% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B17EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B17EE is #A4E811. Grayscale: #434343. Windows color (decimal): -10807314 or 15603547. OLE color: 15603547.

HSL color Cylindrical-coordinate representation of color #5B17EE: hue angle of 258.98º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B17EE is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9123238-
CMYK0.620.9000.07
HSL258.98º86.35%51.18%-
HSV(B)258.98º90.34%93.33%-
XYZ20.059.0181.57-
YUV67.84224.03144.52-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 25.85%
GREEN value IS 23 (9.38% from 255) = 6.53%
BLUE value IS 238 (93.36% from 255) = 67.61%
R=25.85%
G=6.53%
B=67.61%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal91232380.620.9000.07258.9886.3551.18
Hex5B17EE3E5A071035633
Octal13327356761320740312663
Binary10110111011111101110111110101101001111000000111010110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B17EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B17EE; }

 p { color: rgb(91,23,238); }

 H1.HeaderClassName
 {
   color: #5B17EE;
 }
 .AnyTagClassName
 {
   color: #5B17EE;
 }
</style>
background-color css

<style>
 a { background-color: #5B17EE; }

 a { background-color: rgb(91,23,238); }

 div.DivClassName
 {
   background-color: #5B17EE;
 }
 .BgClassName
 {
   background-color: #5B17EE;
 }
</style>
border-color css

<style>
 span { border-color: #5B17EE; }

 span { border-color: rgb(91,23,238); }

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