#4F2557

Color #4F2557 Hot Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hot Purple #4F2557

Tints of Hot Purple #4F2557

Color information

#4F2557 (or 0x4F2557) is unknown color: approx Hot Purple. HEX triplet: 4F, 25 and 57. RGB value is (79,37,87). Sum of RGB (Red+Green+Blue) = 79+37+87=203 (26% of max value = 765). Red value is 79 (31.25% from 255 or 38.92% from 203); Green value is 37 (14.84% from 255 or 18.23% from 203); Blue value is 87 (34.38% from 255 or 42.86% from 203); Max value from RGB is 87 - color contains mainly: blue. Hex color #4F2557 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F2557 is #B0DAA8. Grayscale: #373737. Windows color (decimal): -11590313 or 5711183. OLE color: 5711183.

HSL color Cylindrical-coordinate representation of color #4F2557: hue angle of 290.4º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4F2557 is Cyan = 0.09, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB793787-
CMYK0.090.5700.66
HSL290.4º40.32%24.31%-
HSV(B)290.4º57.47%34.12%-
XYZ5.613.679.43-
YUV55.26145.91144.93-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.92%
GREEN value IS 37 (14.84% from 255) = 18.23%
BLUE value IS 87 (34.38% from 255) = 42.86%
R=38.92%
G=18.23%
B=42.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7937870.090.5700.66290.440.3224.31
Hex4F25579390421222818
Octal11745127117101024425030
Binary1001111100101101011110011110010100001010010001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F2557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F2557; }

 p { color: rgb(79,37,87); }

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

<style>
 a { background-color: #4F2557; }

 a { background-color: rgb(79,37,87); }

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

<style>
 span { border-color: #4F2557; }

 span { border-color: rgb(79,37,87); }

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