#5F37F7

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

Shades of Han Purple #5F37F7

Tints of Han Purple #5F37F7

Color information

#5F37F7 (or 0x5F37F7) is unknown color: approx Han Purple. HEX triplet: 5F, 37 and F7. RGB value is (95,55,247). Sum of RGB (Red+Green+Blue) = 95+55+247=397 (52% of max value = 765). Red value is 95 (37.5% from 255 or 23.93% from 397); Green value is 55 (21.88% from 255 or 13.85% from 397); Blue value is 247 (96.88% from 255 or 62.22% from 397); Max value from RGB is 247 - color contains mainly: blue. Hex color #5F37F7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5F37F7 is #A0C808. Grayscale: #585858. Windows color (decimal): -10536969 or 16201567. OLE color: 16201567.

HSL color Cylindrical-coordinate representation of color #5F37F7: hue angle of 252.5º degrees, saturation: 0.92, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5F37F7 is Cyan = 0.62, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9555247-
CMYK0.620.7800.03
HSL252.5º92.31%59.22%-
HSV(B)252.5º77.73%96.86%-
XYZ22.8711.8889.08-
YUV88.85217.25132.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.93%
GREEN value IS 55 (21.88% from 255) = 13.85%
BLUE value IS 247 (96.88% from 255) = 62.22%
R=23.93%
G=13.85%
B=62.22%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal95552470.620.7800.03252.592.3159.22
Hex5F37F73E4E03fc5c3b
Octal13767367761160337413473
Binary1011111110111111101111111101001110011111111001011100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F37F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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