#4F3257

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

Shades of Hot Purple #4F3257

Tints of Hot Purple #4F3257

Color information

#4F3257 (or 0x4F3257) is unknown color: approx Hot Purple. HEX triplet: 4F, 32 and 57. RGB value is (79,50,87). Sum of RGB (Red+Green+Blue) = 79+50+87=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 50 (19.92% from 255 or 23.15% from 216); Blue value is 87 (34.38% from 255 or 40.28% from 216); Max value from RGB is 87 - color contains mainly: blue. Hex color #4F3257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F3257 is #B0CDA8. Grayscale: #3E3E3E. Windows color (decimal): -11586985 or 5714511. OLE color: 5714511.

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

Color convert

RGB795087-
CMYK0.090.4300.66
HSL287.03º27.01%26.86%-
HSV(B)287.03º42.53%34.12%-
XYZ6.094.639.59-
YUV62.89141.61139.49-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 50 (19.92% from 255) = 23.15%
BLUE value IS 87 (34.38% from 255) = 40.28%
R=36.57%
G=23.15%
B=40.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7950870.090.4300.66287.0327.0126.86
Hex4F325792B04211f1b1b
Octal11762127115301024373333
Binary100111111001010101111001101011010000101000111111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F3257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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