Html Css Color HEX #5B1EEF Han Purple

📋 copy color: '#5B1EEF'

red 91 ◦ green 30 ◦ blue 239

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

Shades of Han Purple #5B1EEF

Tints of Han Purple #5B1EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.39%

R = 25.28%
G = 8.33%
B = 66.39%

CMYK

 C value IS 0.62

 M value IS 0.87

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5B1EEF (or 0x5B1EEF) is known color: Han Purple. HEX triplet: 5B, 1E and EF. RGB value is (91,30,239). Sum of RGB (Red+Green+Blue) = 91+30+239=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 239 (93.75% from 255 or 66.39% from 360); Max value from RGB is 239 - color contains mainly: blue. Hex color #5B1EEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1EEF is #A4E110. Grayscale: #474747. Windows color (decimal): -10805521 or 15670875. OLE color: 15670875.

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

Color convert

RGB 91 30 239 -
CMYK 0.62 0.87 0 0.06
HSL 257.51º 0.87% 0.53% -
HSV(B) 257.51º 0.87% 0.94% -
XYZ 20.36 9.38 82.4 -
YUV 72.07 222.21 141.51 -
System Red Green Blue C M Y K H S L
Decimal 91 30 239 0.62 0.87 0 0.06 257.51 0.87 0.53
Hex 5B 1E EF 3E 57 0 6 102 57 35
Octal 133 36 357 76 127 0 6 402 127 65
Binary 1011011 11110 11101111 111110 1010111 0 110 100000010 1010111 110101

Color Harmonies of #5B1EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1EEF

Black with #5B1EEF

Text Example


Text Example

White with #5B1EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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