Html Css Color HEX #5D10EB Han Purple

📋 copy color: '#5D10EB'

red 93 ◦ green 16 ◦ blue 235

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

Shades of Han Purple #5D10EB

Tints of Han Purple #5D10EB

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.65%

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

R = 27.03%
G = 4.65%
B = 68.31%

CMYK

 C value IS 0.60

 M value IS 0.93

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5D10EB (or 0x5D10EB) is known color: Han Purple. HEX triplet: 5D, 10 and EB. RGB value is (93,16,235). Sum of RGB (Red+Green+Blue) = 93+16+235=344 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.03% from 344); Green value is 16 (6.64% from 255 or 4.65% from 344); Blue value is 235 (92.19% from 255 or 68.31% from 344); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D10EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D10EB is #A2EF14. Grayscale: #3F3F3F. Windows color (decimal): -10678037 or 15405149. OLE color: 15405149.

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

Color convert

RGB 93 16 235 -
CMYK 0.60 0.93 0 0.08
HSL 261.1º 0.87% 0.49% -
HSV(B) 261.1º 0.93% 0.92% -
XYZ 19.69 8.7 79.24 -
YUV 63.99 224.51 148.69 -
System Red Green Blue C M Y K H S L
Decimal 93 16 235 0.60 0.93 0 0.08 261.1 0.87 0.49
Hex 5D 10 EB 3C 5D 0 8 105 57 31
Octal 135 20 353 74 135 0 10 405 127 61
Binary 1011101 10000 11101011 111100 1011101 0 1000 100000101 1010111 110001

Color Harmonies of #5D10EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D10EB

Black with #5D10EB

Text Example


Text Example

White with #5D10EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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