#79057B

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

Shades of Purple #79057B

Tints of Purple #79057B

Color information

#79057B (or 0x79057B) is unknown color: approx Purple. HEX triplet: 79, 05 and 7B. RGB value is (121,5,123). Sum of RGB (Red+Green+Blue) = 121+5+123=249 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.59% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 123 (48.44% from 255 or 49.40% from 249); Max value from RGB is 123 - color contains mainly: blue. Hex color #79057B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79057B is #86FA84. Grayscale: #343434. Windows color (decimal): -8845957 or 8062329. OLE color: 8062329.

HSL color Cylindrical-coordinate representation of color #79057B: hue angle of 298.98º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79057B is Cyan = 0.02, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1215123-
CMYK0.020.9600.52
HSL298.98º92.19%25.1%-
HSV(B)298.98º95.93%48.24%-
XYZ11.515.619.21-
YUV53.14167.43176.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.59%
GREEN value IS 5 (2.34% from 255) = 2.01%
BLUE value IS 123 (48.44% from 255) = 49.40%
R=48.59%
G=2.01%
B=49.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12151230.020.9600.52298.9892.1925.1
Hex7957B26003412b5c19
Octal1715173214006445313431
Binary111100110111110111011000000110100100101011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79057B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79057B; }

 p { color: rgb(121,5,123); }

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

<style>
 a { background-color: #79057B; }

 a { background-color: rgb(121,5,123); }

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

<style>
 span { border-color: #79057B; }

 span { border-color: rgb(121,5,123); }

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