#5A0CEB

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

Shades of Han Purple #5A0CEB

Tints of Han Purple #5A0CEB

Color information

#5A0CEB (or 0x5A0CEB) is unknown color: approx Han Purple. HEX triplet: 5A, 0C and EB. RGB value is (90,12,235). Sum of RGB (Red+Green+Blue) = 90+12+235=337 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.71% from 337); Green value is 12 (5.08% from 255 or 3.56% from 337); Blue value is 235 (92.19% from 255 or 69.73% from 337); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A0CEB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0CEB is #A5F314. Grayscale: #3B3B3B. Windows color (decimal): -10875669 or 15404122. OLE color: 15404122.

HSL color Cylindrical-coordinate representation of color #5A0CEB: hue angle of 260.99º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0CEB is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9012235-
CMYK0.620.9500.08
HSL260.99º90.28%48.43%-
HSV(B)260.99º94.89%92.16%-
XYZ19.348.4379.21-
YUV60.74226.34148.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 26.71%
GREEN value IS 12 (5.08% from 255) = 3.56%
BLUE value IS 235 (92.19% from 255) = 69.73%
R=26.71%
G=3.56%
B=69.73%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal90122350.620.9500.08260.9990.2848.43
Hex5ACEB3E5F081055a30
Octal132143537613701040513260
Binary10110101100111010111111101011111010001000001011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A0CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,12,235); }

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

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

 a { background-color: rgb(90,12,235); }

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

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

 span { border-color: rgb(90,12,235); }

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