Html Css Color HEX #5D0DEF Han Purple

📋 copy color: '#5D0DEF'

red 93 ◦ green 13 ◦ blue 239

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

Shades of Han Purple #5D0DEF

Tints of Han Purple #5D0DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 69.28%

R = 26.96%
G = 3.77%
B = 69.28%

CMYK

 C value IS 0.61

 M value IS 0.95

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5D0DEF (or 0x5D0DEF) is known color: Han Purple. HEX triplet: 5D, 0D and EF. RGB value is (93,13,239). Sum of RGB (Red+Green+Blue) = 93+13+239=345 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.96% from 345); Green value is 13 (5.47% from 255 or 3.77% from 345); Blue value is 239 (93.75% from 255 or 69.28% from 345); Max value from RGB is 239 - color contains mainly: blue. Hex color #5D0DEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D0DEF is #A2F210. Grayscale: #3D3D3D. Windows color (decimal): -10678801 or 15666525. OLE color: 15666525.

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

Color convert

RGB 93 13 239 -
CMYK 0.61 0.95 0 0.06
HSL 261.24º 0.9% 0.49% -
HSV(B) 261.24º 0.95% 0.94% -
XYZ 20.24 8.85 82.3 -
YUV 62.68 227.5 149.62 -
System Red Green Blue C M Y K H S L
Decimal 93 13 239 0.61 0.95 0 0.06 261.24 0.9 0.49
Hex 5D D EF 3D 5F 0 6 105 5A 31
Octal 135 15 357 75 137 0 6 405 132 61
Binary 1011101 1101 11101111 111101 1011111 0 110 100000101 1011010 110001

Color Harmonies of #5D0DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D0DEF

Black with #5D0DEF

Text Example


Text Example

White with #5D0DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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