Html Css Color HEX #5B1EEE Han Purple

📋 copy color: '#5B1EEE'

red 91 ◦ green 30 ◦ blue 238

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

Shades of Han Purple #5B1EEE

Tints of Han Purple #5B1EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 66.3%

R = 25.35%
G = 8.36%
B = 66.3%

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

#5B1EEE (or 0x5B1EEE) is known color: Han Purple. HEX triplet: 5B, 1E and EE. RGB value is (91,30,238). Sum of RGB (Red+Green+Blue) = 91+30+238=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 30 (12.11% from 255 or 8.36% from 359); Blue value is 238 (93.36% from 255 or 66.30% from 359); Max value from RGB is 238 - color contains mainly: blue. Hex color #5B1EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1EEE is #A4E111. Grayscale: #474747. Windows color (decimal): -10805522 or 15605339. OLE color: 15605339.

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

Color convert

RGB 91 30 238 -
CMYK 0.62 0.87 0 0.07
HSL 257.6º 0.86% 0.53% -
HSV(B) 257.6º 0.87% 0.93% -
XYZ 20.21 9.33 81.62 -
YUV 71.95 221.71 141.59 -
System Red Green Blue C M Y K H S L
Decimal 91 30 238 0.62 0.87 0 0.07 257.6 0.86 0.53
Hex 5B 1E EE 3E 57 0 7 102 56 35
Octal 133 36 356 76 127 0 7 402 126 65
Binary 1011011 11110 11101110 111110 1010111 0 111 100000010 1010110 110101

Color Harmonies of #5B1EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1EEE

Black with #5B1EEE

Text Example


Text Example

White with #5B1EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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