#4F0851

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

Shades of Hot Purple #4F0851

Tints of Hot Purple #4F0851

Color information

#4F0851 (or 0x4F0851) is unknown color: approx Hot Purple. HEX triplet: 4F, 08 and 51. RGB value is (79,8,81). Sum of RGB (Red+Green+Blue) = 79+8+81=168 (22% of max value = 765). Red value is 79 (31.25% from 255 or 47.02% from 168); Green value is 8 (3.52% from 255 or 4.76% from 168); Blue value is 81 (32.03% from 255 or 48.21% from 168); Max value from RGB is 81 - color contains mainly: blue. Hex color #4F0851 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0851 is #B0F7AE. Grayscale: #252525. Windows color (decimal): -11597743 or 5310543. OLE color: 5310543.

HSL color Cylindrical-coordinate representation of color #4F0851: hue angle of 298.36º degrees, saturation: 0.82, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #4F0851 is Cyan = 0.02, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB79881-
CMYK0.020.9000.68
HSL298.36º82.02%17.45%-
HSV(B)298.36º90.12%31.76%-
XYZ4.82.438-
YUV37.55152.52157.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 47.02%
GREEN value IS 8 (3.52% from 255) = 4.76%
BLUE value IS 81 (32.03% from 255) = 48.21%
R=47.02%
G=4.76%
B=48.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal798810.020.9000.68298.3682.0217.45
Hex4F85125A04412a5211
Octal117101212132010445212221
Binary10011111000101000110101101001000100100101010101001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0851

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,8,81); }

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

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

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

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

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

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

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