#5D1AEB

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

Shades of Han Purple #5D1AEB

Tints of Han Purple #5D1AEB

Color information

#5D1AEB (or 0x5D1AEB) is unknown color: approx Han Purple. HEX triplet: 5D, 1A and EB. RGB value is (93,26,235). Sum of RGB (Red+Green+Blue) = 93+26+235=354 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.27% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 235 (92.19% from 255 or 66.38% from 354); Max value from RGB is 235 - color contains mainly: blue. Hex color #5D1AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5D1AEB is #A2E514. Grayscale: #454545. Windows color (decimal): -10675477 or 15407709. OLE color: 15407709.

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

Color convert

RGB9326235-
CMYK0.600.8900.08
HSL259.23º83.94%51.18%-
HSV(B)259.23º88.94%92.16%-
XYZ19.889.0679.3-
YUV69.86221.2144.51-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 26.27%
GREEN value IS 26 (10.55% from 255) = 7.34%
BLUE value IS 235 (92.19% from 255) = 66.38%
R=26.27%
G=7.34%
B=66.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal93262350.600.8900.08259.2383.9451.18
Hex5D1AEB3C59081035433
Octal135323537413101040312463
Binary101110111010111010111111001011001010001000000111010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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