Html Css Color HEX #5B17DD Han Purple

📋 copy color: '#5B17DD'

red 91 ◦ green 23 ◦ blue 221

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

Shades of Han Purple #5B17DD

Tints of Han Purple #5B17DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 65.97%

R = 27.16%
G = 6.87%
B = 65.97%

CMYK

 C value IS 0.59

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5B17DD (or 0x5B17DD) is known color: Han Purple. HEX triplet: 5B, 17 and DD. RGB value is (91,23,221). Sum of RGB (Red+Green+Blue) = 91+23+221=335 (44% of max value = 765). Red value is 91 (35.94% from 255 or 27.16% from 335); Green value is 23 (9.38% from 255 or 6.87% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #5B17DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B17DD is #A4E822. Grayscale: #414141. Windows color (decimal): -10807331 or 14489435. OLE color: 14489435.

HSL color Cylindrical-coordinate representation of color #5B17DD: hue angle of 260.61º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5B17DD is Cyan = 0.59, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 91 23 221 -
CMYK 0.59 0.90 0 0.13
HSL 260.61º 0.81% 0.48% -
HSV(B) 260.61º 0.9% 0.87% -
XYZ 17.67 8.06 69.03 -
YUV 65.9 215.53 145.9 -
System Red Green Blue C M Y K H S L
Decimal 91 23 221 0.59 0.90 0 0.13 260.61 0.81 0.48
Hex 5B 17 DD 3B 5A 0 D 105 51 30
Octal 133 27 335 73 132 0 15 405 121 60
Binary 1011011 10111 11011101 111011 1011010 0 1101 100000101 1010001 110000

Color Harmonies of #5B17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B17DD

Black with #5B17DD

Text Example


Text Example

White with #5B17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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