Html Css Color HEX #5B1EED Han Purple

📋 copy color: '#5B1EED'

red 91 ◦ green 30 ◦ blue 237

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

Shades of Han Purple #5B1EED

Tints of Han Purple #5B1EED

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.38%

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

R = 25.42%
G = 8.38%
B = 66.2%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5B1EED (or 0x5B1EED) is known color: Han Purple. HEX triplet: 5B, 1E and ED. RGB value is (91,30,237). Sum of RGB (Red+Green+Blue) = 91+30+237=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 30 (12.11% from 255 or 8.38% from 358); Blue value is 237 (92.97% from 255 or 66.20% from 358); Max value from RGB is 237 - color contains mainly: blue. Hex color #5B1EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1EED is #A4E112. Grayscale: #474747. Windows color (decimal): -10805523 or 15539803. OLE color: 15539803.

HSL color Cylindrical-coordinate representation of color #5B1EED: hue angle of 257.68º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B1EED is Cyan = 0.62, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 91 30 237 -
CMYK 0.62 0.87 0 0.07
HSL 257.68º 0.85% 0.52% -
HSV(B) 257.68º 0.87% 0.93% -
XYZ 20.06 9.27 80.85 -
YUV 71.84 221.21 141.67 -
System Red Green Blue C M Y K H S L
Decimal 91 30 237 0.62 0.87 0 0.07 257.68 0.85 0.52
Hex 5B 1E ED 3E 57 0 7 102 55 34
Octal 133 36 355 76 127 0 7 402 125 64
Binary 1011011 11110 11101101 111110 1010111 0 111 100000010 1010101 110100

Color Harmonies of #5B1EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1EED

Black with #5B1EED

Text Example


Text Example

White with #5B1EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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