#5E2CF1

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

Shades of Han Purple #5E2CF1

Tints of Han Purple #5E2CF1

Color information

#5E2CF1 (or 0x5E2CF1) is unknown color: approx Han Purple. HEX triplet: 5E, 2C and F1. RGB value is (94,44,241). Sum of RGB (Red+Green+Blue) = 94+44+241=379 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.80% from 379); Green value is 44 (17.58% from 255 or 11.61% from 379); Blue value is 241 (94.53% from 255 or 63.59% from 379); Max value from RGB is 241 - color contains mainly: blue. Hex color #5E2CF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5E2CF1 is #A1D30E. Grayscale: #505050. Windows color (decimal): -10605327 or 15805534. OLE color: 15805534.

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

Color convert

RGB9444241-
CMYK0.610.8200.05
HSL255.23º87.56%55.88%-
HSV(B)255.23º81.74%94.51%-
XYZ21.3910.5384.12-
YUV81.41218.06136.98-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 24.80%
GREEN value IS 44 (17.58% from 255) = 11.61%
BLUE value IS 241 (94.53% from 255) = 63.59%
R=24.80%
G=11.61%
B=63.59%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal94442410.610.8200.05255.2387.5655.88
Hex5E2CF13D5205ff5838
Octal13654361751220537713070
Binary10111101011001111000111110110100100101111111111011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E2CF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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