#790a8c

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

Shades of Purple #790A8C

Tints of Purple #790A8C

Color information

#790A8C (or 0x790A8C) is unknown color: approx Purple. HEX triplet: 79, 0A and 8C. RGB value is (121,10,140). Sum of RGB (Red+Green+Blue) = 121+10+140=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 10 (4.30% from 255 or 3.69% from 271); Blue value is 140 (55.08% from 255 or 51.66% from 271); Max value from RGB is 140 - color contains mainly: blue. Hex color #790A8C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790A8C is #86F573. Grayscale: #393939. Windows color (decimal): -8844660 or 9177721. OLE color: 9177721.

HSL color Cylindrical-coordinate representation of color #790A8C: hue angle of 291.23º degrees, saturation: 0.87, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #790A8C is Cyan = 0.14, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB12110140-
CMYK0.140.9300.45
HSL291.23º86.67%29.41%-
HSV(B)291.23º92.86%54.9%-
XYZ12.736.1825.33-
YUV58.01174.27172.93-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.65%
GREEN value IS 10 (4.30% from 255) = 3.69%
BLUE value IS 140 (55.08% from 255) = 51.66%
R=44.65%
G=3.69%
B=51.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal121101400.140.9300.45291.2386.6729.41
Hex79A8CE5D02D123571d
Octal171122141613505544312735
Binary1111001101010001100111010111010101101100100011101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790a8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #790a8c; }

 p { color: rgb(121,10,140); }

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

<style>
 a { background-color: #790a8c; }

 a { background-color: rgb(121,10,140); }

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

<style>
 span { border-color: #790a8c; }

 span { border-color: rgb(121,10,140); }

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