#79007B

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

Shades of Purple #79007B

Tints of Purple #79007B

Color information

#79007B (or 0x79007B) is unknown color: approx Purple. HEX triplet: 79, 00 and 7B. RGB value is (121,0,123). Sum of RGB (Red+Green+Blue) = 121+0+123=244 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.59% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 123 (48.44% from 255 or 50.41% from 244); Max value from RGB is 123 - color contains mainly: blue. Hex color #79007B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79007B is #86FF84. Grayscale: #313131. Windows color (decimal): -8847237 or 8061049. OLE color: 8061049.

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

Color convert

RGB1210123-
CMYK0.02100.52
HSL299.02º100%24.12%-
HSV(B)299.02º100%48.24%-
XYZ11.465.519.2-
YUV50.2169.09178.5-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.59%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 50.41%
R=49.59%
G=0%
B=50.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12101230.02100.52299.0210024.12
Hex7907B26403412b6418
Octal1710173214406445314430
Binary1111001011110111011001000110100100101011110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79007B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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