#5E32F1

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

Shades of Han Purple #5E32F1

Tints of Han Purple #5E32F1

Color information

#5E32F1 (or 0x5E32F1) is unknown color: approx Han Purple. HEX triplet: 5E, 32 and F1. RGB value is (94,50,241). Sum of RGB (Red+Green+Blue) = 94+50+241=385 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.42% from 385); Green value is 50 (19.92% from 255 or 12.99% from 385); Blue value is 241 (94.53% from 255 or 62.60% from 385); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E32F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E32F1 is #A1CD0E. Grayscale: #545454. Windows color (decimal): -10603791 or 15807070. OLE color: 15807070.

HSL color Cylindrical-coordinate representation of color #5E32F1: hue angle of 253.82º degrees, saturation: 0.87, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5E32F1 is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9450241-
CMYK0.610.7900.05
HSL253.82º87.21%57.06%-
HSV(B)253.82º79.25%94.51%-
XYZ21.6311.0184.2-
YUV84.93216.08134.47-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.42%
GREEN value IS 50 (19.92% from 255) = 12.99%
BLUE value IS 241 (94.53% from 255) = 62.60%
R=24.42%
G=12.99%
B=62.60%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94502410.610.7900.05253.8287.2157.06
Hex5E32F13D4F05fe5739
Octal13662361751170537612771
Binary10111101100101111000111110110011110101111111101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E32F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,50,241); }

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

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

 a { background-color: rgb(94,50,241); }

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

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

 span { border-color: rgb(94,50,241); }

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