#4F175A

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

Shades of Hot Purple #4F175A

Tints of Hot Purple #4F175A

Color information

#4F175A (or 0x4F175A) is unknown color: approx Hot Purple. HEX triplet: 4F, 17 and 5A. RGB value is (79,23,90). Sum of RGB (Red+Green+Blue) = 79+23+90=192 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.15% from 192); Green value is 23 (9.38% from 255 or 11.98% from 192); Blue value is 90 (35.55% from 255 or 46.88% from 192); Max value from RGB is 90 - color contains mainly: blue. Hex color #4F175A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F175A is #B0E8A5. Grayscale: #2F2F2F. Windows color (decimal): -11593894 or 5904207. OLE color: 5904207.

HSL color Cylindrical-coordinate representation of color #4F175A: hue angle of 290.15º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4F175A is Cyan = 0.12, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB792390-
CMYK0.120.7400.65
HSL290.15º59.29%22.16%-
HSV(B)290.15º74.44%35.29%-
XYZ5.383.019.97-
YUV47.38152.05150.55-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.15%
GREEN value IS 23 (9.38% from 255) = 11.98%
BLUE value IS 90 (35.55% from 255) = 46.88%
R=41.15%
G=11.98%
B=46.88%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7923900.120.7400.65290.1559.2922.16
Hex4F175AC4A0411223b16
Octal117271321411201014427326
Binary1001111101111011010110010010100100000110010001011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F175A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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