Html Css Color HEX #5D0DDD Han Purple

📋 copy color: '#5D0DDD'

red 93 ◦ green 13 ◦ blue 221

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

Shades of Han Purple #5D0DDD

Tints of Han Purple #5D0DDD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.98%

 BLUE value IS 221 (86.72% from 255) = 67.58%

R = 28.44%
G = 3.98%
B = 67.58%

CMYK

 C value IS 0.58

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5D0DDD (or 0x5D0DDD) is known color: Han Purple. HEX triplet: 5D, 0D and DD. RGB value is (93,13,221). Sum of RGB (Red+Green+Blue) = 93+13+221=327 (43% of max value = 765). Red value is 93 (36.72% from 255 or 28.44% from 327); Green value is 13 (5.47% from 255 or 3.98% from 327); Blue value is 221 (86.72% from 255 or 67.58% from 327); Max value from RGB is 221 - color contains mainly: blue. Hex color #5D0DDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5D0DDD is #A2F222. Grayscale: #3B3B3B. Windows color (decimal): -10678819 or 14486877. OLE color: 14486877.

HSL color Cylindrical-coordinate representation of color #5D0DDD: hue angle of 263.08º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0DDD is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 93 13 221 -
CMYK 0.58 0.94 0 0.13
HSL 263.08º 0.89% 0.46% -
HSV(B) 263.08º 0.94% 0.87% -
XYZ 17.71 7.84 68.99 -
YUV 60.63 218.5 151.09 -
System Red Green Blue C M Y K H S L
Decimal 93 13 221 0.58 0.94 0 0.13 263.08 0.89 0.46
Hex 5D D DD 3A 5E 0 D 107 59 2E
Octal 135 15 335 72 136 0 15 407 131 56
Binary 1011101 1101 11011101 111010 1011110 0 1101 100000111 1011001 101110

Color Harmonies of #5D0DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0DDD

Black with #5D0DDD

Text Example


Text Example

White with #5D0DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,13,221); }

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

background-color css

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

 a { background-color: rgb(93,13,221); }

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

border-color css

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

 span { border-color: rgb(93,13,221); }

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