Html Css Color HEX #5B0EFB Han Purple

📋 copy color: '#5B0EFB'

red 91 ◦ green 14 ◦ blue 251

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

Shades of Han Purple #5B0EFB

Tints of Han Purple #5B0EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.93%

 BLUE value IS 251 (98.44% from 255) = 70.51%

R = 25.56%
G = 3.93%
B = 70.51%

CMYK

 C value IS 0.64

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B0EFB (or 0x5B0EFB) is known color: Han Purple. HEX triplet: 5B, 0E and FB. RGB value is (91,14,251). Sum of RGB (Red+Green+Blue) = 91+14+251=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 14 (5.86% from 255 or 3.93% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B0EFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0EFB is #A4F104. Grayscale: #3F3F3F. Windows color (decimal): -10809605 or 16453211. OLE color: 16453211.

HSL color Cylindrical-coordinate representation of color #5B0EFB: hue angle of 259.49º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0EFB is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 91 14 251 -
CMYK 0.64 0.94 0 0.02
HSL 259.49º 0.97% 0.52% -
HSV(B) 259.49º 0.94% 0.98% -
XYZ 21.88 9.5 91.95 -
YUV 64.04 233.51 147.23 -
System Red Green Blue C M Y K H S L
Decimal 91 14 251 0.64 0.94 0 0.02 259.49 0.97 0.52
Hex 5B E FB 40 5E 0 2 103 61 34
Octal 133 16 373 100 136 0 2 403 141 64
Binary 1011011 1110 11111011 1000000 1011110 0 10 100000011 1100001 110100

Color Harmonies of #5B0EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0EFB

Black with #5B0EFB

Text Example


Text Example

White with #5B0EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,14,251); }

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

background-color css

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

 a { background-color: rgb(91,14,251); }

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

border-color css

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

 span { border-color: rgb(91,14,251); }

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