#4F125B

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

Shades of Hot Purple #4F125B

Tints of Hot Purple #4F125B

Color information

#4F125B (or 0x4F125B) is unknown color: approx Hot Purple. HEX triplet: 4F, 12 and 5B. RGB value is (79,18,91). Sum of RGB (Red+Green+Blue) = 79+18+91=188 (24% of max value = 765). Red value is 79 (31.25% from 255 or 42.02% from 188); Green value is 18 (7.42% from 255 or 9.57% from 188); Blue value is 91 (35.94% from 255 or 48.40% from 188); Max value from RGB is 91 - color contains mainly: blue. Hex color #4F125B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #4F125B is #B0EDA4. Grayscale: #2C2C2C. Windows color (decimal): -11595173 or 5968463. OLE color: 5968463.

HSL color Cylindrical-coordinate representation of color #4F125B: hue angle of 290.14º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4F125B is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB791891-
CMYK0.130.8000.64
HSL290.14º66.97%21.37%-
HSV(B)290.14º80.22%35.69%-
XYZ5.332.8510.17-
YUV44.56154.21152.56-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 42.02%
GREEN value IS 18 (7.42% from 255) = 9.57%
BLUE value IS 91 (35.94% from 255) = 48.40%
R=42.02%
G=9.57%
B=48.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7918910.130.8000.64290.1466.9721.37
Hex4F125BD500401224315
Octal1172213315120010044210325
Binary10011111001010110111101101000001000000100100010100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F125B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,18,91); }

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

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

 a { background-color: rgb(79,18,91); }

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

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

 span { border-color: rgb(79,18,91); }

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