Html Css Color HEX #5D0EED Han Purple

📋 copy color: '#5D0EED'

red 93 ◦ green 14 ◦ blue 237

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

Shades of Han Purple #5D0EED

Tints of Han Purple #5D0EED

RGB

 RED value IS 93 (36.72% from 255) = 27.03%

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

 BLUE value IS 237 (92.97% from 255) = 68.9%

R = 27.03%
G = 4.07%
B = 68.9%

CMYK

 C value IS 0.61

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5D0EED (or 0x5D0EED) is known color: Han Purple. HEX triplet: 5D, 0E and ED. RGB value is (93,14,237). Sum of RGB (Red+Green+Blue) = 93+14+237=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 14 (5.86% from 255 or 4.07% from 344); Blue value is 237 (92.97% from 255 or 68.90% from 344); Max value from RGB is 237 - color contains mainly: blue. Hex color #5D0EED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0EED is #A2F112. Grayscale: #3E3E3E. Windows color (decimal): -10678547 or 15535709. OLE color: 15535709.

HSL color Cylindrical-coordinate representation of color #5D0EED: hue angle of 261.26º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0EED is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 93 14 237 -
CMYK 0.61 0.94 0 0.07
HSL 261.26º 0.89% 0.49% -
HSV(B) 261.26º 0.94% 0.93% -
XYZ 19.96 8.76 80.76 -
YUV 63.04 226.17 149.37 -
System Red Green Blue C M Y K H S L
Decimal 93 14 237 0.61 0.94 0 0.07 261.26 0.89 0.49
Hex 5D E ED 3D 5E 0 7 105 59 31
Octal 135 16 355 75 136 0 7 405 131 61
Binary 1011101 1110 11101101 111101 1011110 0 111 100000101 1011001 110001

Color Harmonies of #5D0EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0EED

Black with #5D0EED

Text Example


Text Example

White with #5D0EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,14,237); }

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

background-color css

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

 a { background-color: rgb(93,14,237); }

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

border-color css

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

 span { border-color: rgb(93,14,237); }

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