#4F1A50

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

Shades of Hot Purple #4F1A50

Tints of Hot Purple #4F1A50

Color information

#4F1A50 (or 0x4F1A50) is unknown color: approx Hot Purple. HEX triplet: 4F, 1A and 50. RGB value is (79,26,80). Sum of RGB (Red+Green+Blue) = 79+26+80=185 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.70% from 185); Green value is 26 (10.55% from 255 or 14.05% from 185); Blue value is 80 (31.64% from 255 or 43.24% from 185); Max value from RGB is 80 - color contains mainly: blue. Hex color #4F1A50 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F1A50 is #B0E5AF. Grayscale: #2F2F2F. Windows color (decimal): -11593136 or 5249615. OLE color: 5249615.

HSL color Cylindrical-coordinate representation of color #4F1A50: hue angle of 298.89º degrees, saturation: 0.51, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4F1A50 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB792680-
CMYK0.010.6700.69
HSL298.89º50.94%20.78%-
HSV(B)298.89º67.5%31.37%-
XYZ5.042.987.9-
YUV48146.06150.11-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.70%
GREEN value IS 26 (10.55% from 255) = 14.05%
BLUE value IS 80 (31.64% from 255) = 43.24%
R=42.70%
G=14.05%
B=43.24%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7926800.010.6700.69298.8950.9420.78
Hex4F1A5014304512b3315
Octal11732120110301054536325
Binary1001111110101010000110000110100010110010101111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F1A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,26,80); }

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

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

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

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

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

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

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