Html Css Color HEX #5D0DEB Han Purple

📋 copy color: '#5D0DEB'

red 93 ◦ green 13 ◦ blue 235

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

Shades of Han Purple #5D0DEB

Tints of Han Purple #5D0DEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 68.91%

R = 27.27%
G = 3.81%
B = 68.91%

CMYK

 C value IS 0.60

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D0DEB (or 0x5D0DEB) is known color: Han Purple. HEX triplet: 5D, 0D and EB. RGB value is (93,13,235). Sum of RGB (Red+Green+Blue) = 93+13+235=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 13 (5.47% from 255 or 3.81% from 341); Blue value is 235 (92.19% from 255 or 68.91% from 341); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D0DEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0DEB is #A2F214. Grayscale: #3D3D3D. Windows color (decimal): -10678805 or 15404381. OLE color: 15404381.

HSL color Cylindrical-coordinate representation of color #5D0DEB: hue angle of 261.62º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5D0DEB is Cyan = 0.60, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 93 13 235 -
CMYK 0.60 0.94 0 0.08
HSL 261.62º 0.9% 0.49% -
HSV(B) 261.62º 0.94% 0.92% -
XYZ 19.65 8.61 79.22 -
YUV 62.23 225.5 149.95 -
System Red Green Blue C M Y K H S L
Decimal 93 13 235 0.60 0.94 0 0.08 261.62 0.9 0.49
Hex 5D D EB 3C 5E 0 8 106 5A 31
Octal 135 15 353 74 136 0 10 406 132 61
Binary 1011101 1101 11101011 111100 1011110 0 1000 100000110 1011010 110001

Color Harmonies of #5D0DEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0DEB

Black with #5D0DEB

Text Example


Text Example

White with #5D0DEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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