#4F254E

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

Shades of Hot Purple #4F254E

Tints of Hot Purple #4F254E

Color information

#4F254E (or 0x4F254E) is unknown color: approx Hot Purple. HEX triplet: 4F, 25 and 4E. RGB value is (79,37,78). Sum of RGB (Red+Green+Blue) = 79+37+78=194 (25% of max value = 765). Red value is 79 (31.25% from 255 or 40.72% from 194); Green value is 37 (14.84% from 255 or 19.07% from 194); Blue value is 78 (30.86% from 255 or 40.21% from 194); Max value from RGB is 79 - color contains mainly: red. Hex color #4F254E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #4F254E is #B0DAB1. Grayscale: #363636. Windows color (decimal): -11590322 or 5121359. OLE color: 5121359.

HSL color Cylindrical-coordinate representation of color #4F254E: hue angle of 301.43º degrees, saturation: 0.36, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4F254E is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.69.

Color convert

RGB793778-
CMYK00.530.010.69
HSL301.43º36.21%22.75%-
HSV(B)301.43º53.16%30.98%-
XYZ5.263.547.61-
YUV54.23141.41145.67-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 40.72%
GREEN value IS 37 (14.84% from 255) = 19.07%
BLUE value IS 78 (30.86% from 255) = 40.21%
R=40.72%
G=19.07%
B=40.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79377800.530.010.69301.4336.2122.75
Hex4F254E03514512d2417
Octal1174511606511054554427
Binary1001111100101100111001101011100010110010110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F254E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,37,78); }

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

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

 a { background-color: rgb(79,37,78); }

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

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

 span { border-color: rgb(79,37,78); }

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