#5D15EB

Color #5D15EB Han Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Han Purple #5D15EB

Tints of Han Purple #5D15EB

Color information

#5D15EB (or 0x5D15EB) is unknown color: approx Han Purple. HEX triplet: 5D, 15 and EB. RGB value is (93,21,235). Sum of RGB (Red+Green+Blue) = 93+21+235=349 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.65% from 349); Green value is 21 (8.59% from 255 or 6.02% from 349); Blue value is 235 (92.19% from 255 or 67.34% from 349); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D15EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D15EB is #A2EA14. Grayscale: #424242. Windows color (decimal): -10676757 or 15406429. OLE color: 15406429.

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

Color convert

RGB9321235-
CMYK0.600.9100.08
HSL260.19º84.25%50.2%-
HSV(B)260.19º91.06%92.16%-
XYZ19.788.8679.27-
YUV66.92222.85146.6-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.65%
GREEN value IS 21 (8.59% from 255) = 6.02%
BLUE value IS 235 (92.19% from 255) = 67.34%
R=26.65%
G=6.02%
B=67.34%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal93212350.600.9100.08260.1984.2550.2
Hex5D15EB3C5B081045432
Octal135253537413301040412462
Binary101110110101111010111111001011011010001000001001010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D15EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5D15EB;
 }
 .AnyTagClassName
 {
   color: #5D15EB;
 }
</style>
background-color css

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

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

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

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

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

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