Html Css Color HEX #5D0EDA Han Purple

📋 copy color: '#5D0EDA'

red 93 ◦ green 14 ◦ blue 218

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

Shades of Han Purple #5D0EDA

Tints of Han Purple #5D0EDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 67.08%

R = 28.62%
G = 4.31%
B = 67.08%

CMYK

 C value IS 0.57

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D0EDA (or 0x5D0EDA) is known color: Han Purple. HEX triplet: 5D, 0E and DA. RGB value is (93,14,218). Sum of RGB (Red+Green+Blue) = 93+14+218=325 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.62% from 325); Green value is 14 (5.86% from 255 or 4.31% from 325); Blue value is 218 (85.55% from 255 or 67.08% from 325); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D0EDA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0EDA is #A2F125. Grayscale: #3C3C3C. Windows color (decimal): -10678566 or 14290525. OLE color: 14290525.

HSL color Cylindrical-coordinate representation of color #5D0EDA: hue angle of 263.24º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0EDA is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 93 14 218 -
CMYK 0.57 0.94 0 0.15
HSL 263.24º 0.88% 0.45% -
HSV(B) 263.24º 0.94% 0.85% -
XYZ 17.33 7.7 66.9 -
YUV 60.88 216.67 150.91 -
System Red Green Blue C M Y K H S L
Decimal 93 14 218 0.57 0.94 0 0.15 263.24 0.88 0.45
Hex 5D E DA 39 5E 0 F 107 58 2D
Octal 135 16 332 71 136 0 17 407 130 55
Binary 1011101 1110 11011010 111001 1011110 0 1111 100000111 1011000 101101

Color Harmonies of #5D0EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0EDA

Black with #5D0EDA

Text Example


Text Example

White with #5D0EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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