Html Css Color HEX #5B17ED Han Purple

📋 copy color: '#5B17ED'

red 91 ◦ green 23 ◦ blue 237

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

Shades of Han Purple #5B17ED

Tints of Han Purple #5B17ED

RGB

 RED value IS 91 (35.94% from 255) = 25.93%

 GREEN value IS 23 (9.38% from 255) = 6.55%

 BLUE value IS 237 (92.97% from 255) = 67.52%

R = 25.93%
G = 6.55%
B = 67.52%

CMYK

 C value IS 0.62

 M value IS 0.90

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B17ED (or 0x5B17ED) is known color: Han Purple. HEX triplet: 5B, 17 and ED. RGB value is (91,23,237). Sum of RGB (Red+Green+Blue) = 91+23+237=351 (46% of max value = 765). Red value is 91 (35.94% from 255 or 25.93% from 351); Green value is 23 (9.38% from 255 or 6.55% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B17ED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B17ED is #A4E812. Grayscale: #424242. Windows color (decimal): -10807315 or 15538011. OLE color: 15538011.

HSL color Cylindrical-coordinate representation of color #5B17ED: hue angle of 259.07º 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 #5B17ED is Cyan = 0.62, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 23 237 -
CMYK 0.62 0.90 0 0.07
HSL 259.07º 0.86% 0.51% -
HSV(B) 259.07º 0.9% 0.93% -
XYZ 19.91 8.95 80.8 -
YUV 67.73 223.53 144.6 -
System Red Green Blue C M Y K H S L
Decimal 91 23 237 0.62 0.90 0 0.07 259.07 0.86 0.51
Hex 5B 17 ED 3E 5A 0 7 103 56 33
Octal 133 27 355 76 132 0 7 403 126 63
Binary 1011011 10111 11101101 111110 1011010 0 111 100000011 1010110 110011

Color Harmonies of #5B17ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B17ED

Black with #5B17ED

Text Example


Text Example

White with #5B17ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5B17ED;
 }
 .AnyTagClassName
 {
   color: #5B17ED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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