Html Css Color HEX #5B0EDC Han Purple

📋 copy color: '#5B0EDC'

red 91 ◦ green 14 ◦ blue 220

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

Shades of Han Purple #5B0EDC

Tints of Han Purple #5B0EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 67.69%

R = 28%
G = 4.31%
B = 67.69%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5B0EDC (or 0x5B0EDC) is known color: Han Purple. HEX triplet: 5B, 0E and DC. RGB value is (91,14,220). Sum of RGB (Red+Green+Blue) = 91+14+220=325 (43% of max value = 765). Red value is 91 (35.94% from 255 or 28% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 220 (86.33% from 255 or 67.69% from 325); Max value from RGB is 220 - color contains mainly: blue. Hex color #5B0EDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5B0EDC is #A4F123. Grayscale: #3B3B3B. Windows color (decimal): -10809636 or 14421595. OLE color: 14421595.

HSL color Cylindrical-coordinate representation of color #5B0EDC: hue angle of 262.43º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0EDC is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 91 14 220 -
CMYK 0.59 0.94 0 0.14
HSL 262.43º 0.88% 0.46% -
HSV(B) 262.43º 0.94% 0.86% -
XYZ 17.39 7.71 68.28 -
YUV 60.51 218.01 149.75 -
System Red Green Blue C M Y K H S L
Decimal 91 14 220 0.59 0.94 0 0.14 262.43 0.88 0.46
Hex 5B E DC 3B 5E 0 E 106 58 2E
Octal 133 16 334 73 136 0 16 406 130 56
Binary 1011011 1110 11011100 111011 1011110 0 1110 100000110 1011000 101110

Color Harmonies of #5B0EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0EDC

Black with #5B0EDC

Text Example


Text Example

White with #5B0EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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