#5D12EB

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

Shades of Han Purple #5D12EB

Tints of Han Purple #5D12EB

Color information

#5D12EB (or 0x5D12EB) is unknown color: approx Han Purple. HEX triplet: 5D, 12 and EB. RGB value is (93,18,235). Sum of RGB (Red+Green+Blue) = 93+18+235=346 (45% of max value = 765). Red value is 93 (36.72% from 255 or 26.88% from 346); Green value is 18 (7.42% from 255 or 5.20% from 346); Blue value is 235 (92.19% from 255 or 67.92% from 346); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D12EB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5D12EB is #A2ED14. Grayscale: #404040. Windows color (decimal): -10677525 or 15405661. OLE color: 15405661.

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

Color convert

RGB9318235-
CMYK0.600.9200.08
HSL260.74º85.77%49.61%-
HSV(B)260.74º92.34%92.16%-
XYZ19.738.7679.25-
YUV65.16223.85147.86-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.88%
GREEN value IS 18 (7.42% from 255) = 5.20%
BLUE value IS 235 (92.19% from 255) = 67.92%
R=26.88%
G=5.20%
B=67.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal93182350.600.9200.08260.7485.7749.61
Hex5D12EB3C5C081055632
Octal135223537413401040512662
Binary101110110010111010111111001011100010001000001011010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D12EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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