#79257D

Color #79257D Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #79257D

Tints of Dark Purple #79257D

Color information

#79257D (or 0x79257D) is unknown color: approx Dark Purple. HEX triplet: 79, 25 and 7D. RGB value is (121,37,125). Sum of RGB (Red+Green+Blue) = 121+37+125=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 37 (14.84% from 255 or 13.07% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #79257D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #79257D is #86DA82. Grayscale: #474747. Windows color (decimal): -8837763 or 8201593. OLE color: 8201593.

HSL color Cylindrical-coordinate representation of color #79257D: hue angle of 297.27º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #79257D is Cyan = 0.03, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12137125-
CMYK0.030.7000.51
HSL297.27º54.32%31.76%-
HSV(B)297.27º70.4%49.02%-
XYZ12.256.8720.08-
YUV72.15157.83162.84-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 37 (14.84% from 255) = 13.07%
BLUE value IS 125 (49.22% from 255) = 44.17%
R=42.76%
G=13.07%
B=44.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121371250.030.7000.51297.2754.3231.76
Hex79257D3460331293620
Octal1714517531060634516640
Binary111100110010111111011110001100110011100101001110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79257D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79257D; }

 p { color: rgb(121,37,125); }

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

<style>
 a { background-color: #79257D; }

 a { background-color: rgb(121,37,125); }

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

<style>
 span { border-color: #79257D; }

 span { border-color: rgb(121,37,125); }

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