#4F0C5C

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

Shades of Hot Purple #4F0C5C

Tints of Hot Purple #4F0C5C

Color information

#4F0C5C (or 0x4F0C5C) is unknown color: approx Hot Purple. HEX triplet: 4F, 0C and 5C. RGB value is (79,12,92). Sum of RGB (Red+Green+Blue) = 79+12+92=183 (24% of max value = 765). Red value is 79 (31.25% from 255 or 43.17% from 183); Green value is 12 (5.08% from 255 or 6.56% from 183); Blue value is 92 (36.33% from 255 or 50.27% from 183); Max value from RGB is 92 - color contains mainly: blue. Hex color #4F0C5C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F0C5C is #B0F3A3. Grayscale: #282828. Windows color (decimal): -11596708 or 6032463. OLE color: 6032463.

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

Color convert

RGB791292-
CMYK0.140.8700.64
HSL290.25º76.92%20.39%-
HSV(B)290.25º86.96%36.08%-
XYZ5.292.710.37-
YUV41.15156.7155-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 43.17%
GREEN value IS 12 (5.08% from 255) = 6.56%
BLUE value IS 92 (36.33% from 255) = 50.27%
R=43.17%
G=6.56%
B=50.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7912920.140.8700.64290.2576.9220.39
Hex4FC5CE570401224d14
Octal1171413416127010044211524
Binary1001111110010111001110101011101000000100100010100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F0C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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