#4F174F

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

Shades of Hot Purple #4F174F

Tints of Hot Purple #4F174F

Color information

#4F174F (or 0x4F174F) is unknown color: approx Hot Purple. HEX triplet: 4F, 17 and 4F. RGB value is (79,23,79). Sum of RGB (Red+Green+Blue) = 79+23+79=181 (23% of max value = 765). Red value is 79 (31.25% from 255 or 43.65% from 181); Green value is 23 (9.38% from 255 or 12.71% from 181); Blue value is 79 (31.25% from 255 or 43.65% from 181); Max value from RGB is 79 - color contains mainly: red, blue. Hex color #4F174F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F174F is #B0E8B0. Grayscale: #2D2D2D. Windows color (decimal): -11593905 or 5183311. OLE color: 5183311.

HSL color Cylindrical-coordinate representation of color #4F174F: hue angle of 300º degrees, saturation: 0.55, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4F174F is Cyan = 0, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB792379-
CMYK00.7100.69
HSL300º54.9%20%-
HSV(B)300º70.89%30.98%-
XYZ4.942.847.68-
YUV46.13146.55151.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.65%
GREEN value IS 23 (9.38% from 255) = 12.71%
BLUE value IS 79 (31.25% from 255) = 43.65%
R=43.65%
G=12.71%
B=43.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79237900.7100.6930054.920
Hex4F174F04704512c3714
Octal11727117010701054546724
Binary1001111101111001111010001110100010110010110011011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F174F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,23,79); }

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

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

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

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

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

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

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