#79048B

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

Shades of Purple #79048B

Tints of Purple #79048B

Color information

#79048B (or 0x79048B) is unknown color: approx Purple. HEX triplet: 79, 04 and 8B. RGB value is (121,4,139). Sum of RGB (Red+Green+Blue) = 121+4+139=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 4 (1.95% from 255 or 1.52% from 264); Blue value is 139 (54.69% from 255 or 52.65% from 264); Max value from RGB is 139 - color contains mainly: blue. Hex color #79048B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79048B is #86FB74. Grayscale: #353535. Windows color (decimal): -8846197 or 9110649. OLE color: 9110649.

HSL color Cylindrical-coordinate representation of color #79048B: hue angle of 292º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #79048B is Cyan = 0.13, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1214139-
CMYK0.130.9700.45
HSL292º94.41%28.04%-
HSV(B)292º97.12%54.51%-
XYZ12.596.0224.92-
YUV54.37175.76175.52-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 4 (1.95% from 255) = 1.52%
BLUE value IS 139 (54.69% from 255) = 52.65%
R=45.83%
G=1.52%
B=52.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12141390.130.9700.4529294.4128.04
Hex7948BD6102D1245e1c
Octal17142131514105544413634
Binary111100110010001011110111000010101101100100100101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79048B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,4,139); }

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

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

 a { background-color: rgb(121,4,139); }

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

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

 span { border-color: rgb(121,4,139); }

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