Html Css Color HEX #5D0ADA Han Purple

📋 copy color: '#5D0ADA'

red 93 ◦ green 10 ◦ blue 218

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

Shades of Han Purple #5D0ADA

Tints of Han Purple #5D0ADA

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.12%

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

R = 28.97%
G = 3.12%
B = 67.91%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#5D0ADA (or 0x5D0ADA) is known color: Han Purple. HEX triplet: 5D, 0A and DA. RGB value is (93,10,218). Sum of RGB (Red+Green+Blue) = 93+10+218=321 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.97% from 321); Green value is 10 (4.30% from 255 or 3.12% from 321); Blue value is 218 (85.55% from 255 or 67.91% from 321); Max value from RGB is 218 - color contains mainly: blue. Hex color #5D0ADA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0ADA is #A2F525. Grayscale: #393939. Windows color (decimal): -10679590 or 14289501. OLE color: 14289501.

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

Color convert

RGB 93 10 218 -
CMYK 0.57 0.95 0 0.15
HSL 263.94º 0.91% 0.45% -
HSV(B) 263.94º 0.95% 0.85% -
XYZ 17.28 7.61 66.89 -
YUV 58.53 218 152.59 -
System Red Green Blue C M Y K H S L
Decimal 93 10 218 0.57 0.95 0 0.15 263.94 0.91 0.45
Hex 5D A DA 39 5F 0 F 108 5B 2D
Octal 135 12 332 71 137 0 17 410 133 55
Binary 1011101 1010 11011010 111001 1011111 0 1111 100001000 1011011 101101

Color Harmonies of #5D0ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0ADA

Black with #5D0ADA

Text Example


Text Example

White with #5D0ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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