Html Css Color HEX #5B1DFB Han Purple

📋 copy color: '#5B1DFB'

red 91 ◦ green 29 ◦ blue 251

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

Shades of Han Purple #5B1DFB

Tints of Han Purple #5B1DFB

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

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

R = 24.53%
G = 7.82%
B = 67.65%

CMYK

 C value IS 0.64

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5B1DFB (or 0x5B1DFB) is known color: Han Purple. HEX triplet: 5B, 1D and FB. RGB value is (91,29,251). Sum of RGB (Red+Green+Blue) = 91+29+251=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 251 (98.44% from 255 or 67.65% from 371); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B1DFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1DFB is #A4E204. Grayscale: #484848. Windows color (decimal): -10805765 or 16457051. OLE color: 16457051.

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

Color convert

RGB 91 29 251 -
CMYK 0.64 0.88 0 0.02
HSL 256.76º 0.97% 0.55% -
HSV(B) 256.76º 0.88% 0.98% -
XYZ 22.17 10.07 92.04 -
YUV 72.85 228.54 140.95 -
System Red Green Blue C M Y K H S L
Decimal 91 29 251 0.64 0.88 0 0.02 256.76 0.97 0.55
Hex 5B 1D FB 40 58 0 2 101 61 37
Octal 133 35 373 100 130 0 2 401 141 67
Binary 1011011 11101 11111011 1000000 1011000 0 10 100000001 1100001 110111

Color Harmonies of #5B1DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1DFB

Black with #5B1DFB

Text Example


Text Example

White with #5B1DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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