#5F37F1

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

Shades of Han Purple #5F37F1

Tints of Han Purple #5F37F1

Color information

#5F37F1 (or 0x5F37F1) is unknown color: approx Han Purple. HEX triplet: 5F, 37 and F1. RGB value is (95,55,241). Sum of RGB (Red+Green+Blue) = 95+55+241=391 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.30% from 391); Green value is 55 (21.88% from 255 or 14.07% from 391); Blue value is 241 (94.53% from 255 or 61.64% from 391); Max value from RGB is 241 - color contains mainly: blue. Hex color #5F37F1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F37F1 is #A0C80E. Grayscale: #575757. Windows color (decimal): -10536975 or 15808351. OLE color: 15808351.

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

Color convert

RGB9555241-
CMYK0.610.7700.05
HSL252.9º86.92%58.04%-
HSV(B)252.9º77.18%94.51%-
XYZ21.9611.5284.28-
YUV88.16214.25132.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.30%
GREEN value IS 55 (21.88% from 255) = 14.07%
BLUE value IS 241 (94.53% from 255) = 61.64%
R=24.30%
G=14.07%
B=61.64%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal95552410.610.7700.05252.986.9258.04
Hex5F37F13D4D05fd573a
Octal13767361751150537512772
Binary10111111101111111000111110110011010101111111011010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F37F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,55,241); }

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

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

 a { background-color: rgb(95,55,241); }

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

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

 span { border-color: rgb(95,55,241); }

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