#5F1AEB

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

Shades of Han Purple #5F1AEB

Tints of Han Purple #5F1AEB

Color information

#5F1AEB (or 0x5F1AEB) is unknown color: approx Han Purple. HEX triplet: 5F, 1A and EB. RGB value is (95,26,235). Sum of RGB (Red+Green+Blue) = 95+26+235=356 (47% of max value = 765). Red value is 95 (37.5% from 255 or 26.69% from 356); Green value is 26 (10.55% from 255 or 7.30% from 356); Blue value is 235 (92.19% from 255 or 66.01% from 356); Max value from RGB is 235 - color contains mainly: blue. Hex color #5F1AEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F1AEB is #A0E514. Grayscale: #454545. Windows color (decimal): -10544405 or 15407711. OLE color: 15407711.

HSL color Cylindrical-coordinate representation of color #5F1AEB: hue angle of 259.81º 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 #5F1AEB is Cyan = 0.60, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB9526235-
CMYK0.600.8900.08
HSL259.81º83.94%51.18%-
HSV(B)259.81º88.94%92.16%-
XYZ20.089.1779.31-
YUV70.46220.86145.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 26.69%
GREEN value IS 26 (10.55% from 255) = 7.30%
BLUE value IS 235 (92.19% from 255) = 66.01%
R=26.69%
G=7.30%
B=66.01%

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
Decimal95262350.600.8900.08259.8183.9451.18
Hex5F1AEB3C59081045433
Octal137323537413101040412463
Binary101111111010111010111111001011001010001000001001010100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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