#4F0F5C

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

Shades of Hot Purple #4F0F5C

Tints of Hot Purple #4F0F5C

Color information

#4F0F5C (or 0x4F0F5C) is unknown color: approx Hot Purple. HEX triplet: 4F, 0F and 5C. RGB value is (79,15,92). Sum of RGB (Red+Green+Blue) = 79+15+92=186 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.47% from 186); Green value is 15 (6.25% from 255 or 8.06% from 186); Blue value is 92 (36.33% from 255 or 49.46% from 186); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F0F5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0F5C is #B0F0A3. Grayscale: #2A2A2A. Windows color (decimal): -11595940 or 6033231. OLE color: 6033231.

HSL color Cylindrical-coordinate representation of color #4F0F5C: hue angle of 289.87º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4F0F5C is Cyan = 0.14, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB791592-
CMYK0.140.8400.64
HSL289.87º71.96%20.98%-
HSV(B)289.87º83.7%36.08%-
XYZ5.332.7810.38-
YUV42.91155.7153.74-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.47%
GREEN value IS 15 (6.25% from 255) = 8.06%
BLUE value IS 92 (36.33% from 255) = 49.46%
R=42.47%
G=8.06%
B=49.46%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7915920.140.8400.64289.8771.9620.98
Hex4FF5CE540401224815
Octal1171713416124010044211025
Binary1001111111110111001110101010001000000100100010100100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,15,92); }

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

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

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

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

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

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

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