Html Css Color HEX #5E0BDD Han Purple

📋 copy color: '#5E0BDD'

red 94 ◦ green 11 ◦ blue 221

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

Shades of Han Purple #5E0BDD

Tints of Han Purple #5E0BDD

RGB

 RED value IS 94 (37.11% from 255) = 28.83%

 GREEN value IS 11 (4.69% from 255) = 3.37%

 BLUE value IS 221 (86.72% from 255) = 67.79%

R = 28.83%
G = 3.37%
B = 67.79%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5E0BDD (or 0x5E0BDD) is known color: Han Purple. HEX triplet: 5E, 0B and DD. RGB value is (94,11,221). Sum of RGB (Red+Green+Blue) = 94+11+221=326 (43% of max value = 765). Red value is 94 (37.11% from 255 or 28.83% from 326); Green value is 11 (4.69% from 255 or 3.37% from 326); Blue value is 221 (86.72% from 255 or 67.79% from 326); Max value from RGB is 221 - color contains mainly: blue. Hex color #5E0BDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5E0BDD is #A1F422. Grayscale: #3B3B3B. Windows color (decimal): -10613795 or 14486366. OLE color: 14486366.

HSL color Cylindrical-coordinate representation of color #5E0BDD: hue angle of 263.71º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5E0BDD is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 94 11 221 -
CMYK 0.57 0.95 0 0.13
HSL 263.71º 0.91% 0.45% -
HSV(B) 263.71º 0.95% 0.87% -
XYZ 17.79 7.84 68.98 -
YUV 59.76 219 152.42 -
System Red Green Blue C M Y K H S L
Decimal 94 11 221 0.57 0.95 0 0.13 263.71 0.91 0.45
Hex 5E B DD 39 5F 0 D 108 5B 2D
Octal 136 13 335 71 137 0 15 410 133 55
Binary 1011110 1011 11011101 111001 1011111 0 1101 100001000 1011011 101101

Color Harmonies of #5E0BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0BDD

Black with #5E0BDD

Text Example


Text Example

White with #5E0BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,11,221); }

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

background-color css

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

 a { background-color: rgb(94,11,221); }

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

border-color css

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

 span { border-color: rgb(94,11,221); }

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