Html Css Color HEX #5D0ADB Han Purple

📋 copy color: '#5D0ADB'

red 93 ◦ green 10 ◦ blue 219

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

Shades of Han Purple #5D0ADB

Tints of Han Purple #5D0ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 68.01%

R = 28.88%
G = 3.11%
B = 68.01%

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

#5D0ADB (or 0x5D0ADB) is known color: Han Purple. HEX triplet: 5D, 0A and DB. RGB value is (93,10,219). Sum of RGB (Red+Green+Blue) = 93+10+219=322 (42% of max value = 765). Red value is 93 (36.72% from 255 or 28.88% from 322); Green value is 10 (4.30% from 255 or 3.11% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #5D0ADB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0ADB is #A2F524. Grayscale: #393939. Windows color (decimal): -10679589 or 14355037. OLE color: 14355037.

HSL color Cylindrical-coordinate representation of color #5D0ADB: hue angle of 263.83º 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 #5D0ADB is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 93 10 219 -
CMYK 0.58 0.95 0 0.14
HSL 263.83º 0.91% 0.45% -
HSV(B) 263.83º 0.95% 0.86% -
XYZ 17.41 7.66 67.58 -
YUV 58.64 218.5 152.51 -
System Red Green Blue C M Y K H S L
Decimal 93 10 219 0.58 0.95 0 0.14 263.83 0.91 0.45
Hex 5D A DB 3A 5F 0 E 108 5B 2D
Octal 135 12 333 72 137 0 16 410 133 55
Binary 1011101 1010 11011011 111010 1011111 0 1110 100001000 1011011 101101

Color Harmonies of #5D0ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0ADB

Black with #5D0ADB

Text Example


Text Example

White with #5D0ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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