Html Css Color HEX #5D0ADC Han Purple

📋 copy color: '#5D0ADC'

red 93 ◦ green 10 ◦ blue 220

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

Shades of Han Purple #5D0ADC

Tints of Han Purple #5D0ADC

RGB

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

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

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

R = 28.79%
G = 3.1%
B = 68.11%

CMYK

 C value IS 0.58

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5D0ADC (or 0x5D0ADC) is known color: Han Purple. HEX triplet: 5D, 0A and DC. RGB value is (93,10,220). Sum of RGB (Red+Green+Blue) = 93+10+220=323 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.79% from 323); Green value is 10 (4.30% from 255 or 3.10% from 323); Blue value is 220 (86.33% from 255 or 68.11% from 323); Max value from RGB is 220 - color contains mainly: blue. Hex color #5D0ADC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0ADC is #A2F523. Grayscale: #3A3A3A. Windows color (decimal): -10679588 or 14420573. OLE color: 14420573.

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

Color convert

RGB 93 10 220 -
CMYK 0.58 0.95 0 0.14
HSL 263.71º 0.91% 0.45% -
HSV(B) 263.71º 0.95% 0.86% -
XYZ 17.54 7.71 68.27 -
YUV 58.76 219 152.42 -
System Red Green Blue C M Y K H S L
Decimal 93 10 220 0.58 0.95 0 0.14 263.71 0.91 0.45
Hex 5D A DC 3A 5F 0 E 108 5B 2D
Octal 135 12 334 72 137 0 16 410 133 55
Binary 1011101 1010 11011100 111010 1011111 0 1110 100001000 1011011 101101

Color Harmonies of #5D0ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0ADC

Black with #5D0ADC

Text Example


Text Example

White with #5D0ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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