#4F1659

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

Shades of Hot Purple #4F1659

Tints of Hot Purple #4F1659

Color information

#4F1659 (or 0x4F1659) is unknown color: approx Hot Purple. HEX triplet: 4F, 16 and 59. RGB value is (79,22,89). Sum of RGB (Red+Green+Blue) = 79+22+89=190 (25% of max value = 765). Red value is 79 (31.25% from 255 or 41.58% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 89 (35.16% from 255 or 46.84% from 190); Max value from RGB is 89 - color contains mainly: blue. Hex color #4F1659 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F1659 is #B0E9A6. Grayscale: #2E2E2E. Windows color (decimal): -11594151 or 5838415. OLE color: 5838415.

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

Color convert

RGB792289-
CMYK0.110.7500.65
HSL291.04º60.36%21.76%-
HSV(B)291.04º75.28%34.9%-
XYZ5.312.969.74-
YUV46.68151.88151.05-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 41.58%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 89 (35.16% from 255) = 46.84%
R=41.58%
G=11.58%
B=46.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7922890.110.7500.65291.0460.3621.76
Hex4F1659B4B0411233c16
Octal117261311311301014437426
Binary1001111101101011001101110010110100000110010001111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,22,89); }

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

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

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

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

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

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

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