#790D85

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

Shades of Purple #790D85

Tints of Purple #790D85

Color information

#790D85 (or 0x790D85) is unknown color: approx Purple. HEX triplet: 79, 0D and 85. RGB value is (121,13,133). Sum of RGB (Red+Green+Blue) = 121+13+133=267 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.32% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 133 (52.34% from 255 or 49.81% from 267); Max value from RGB is 133 - color contains mainly: blue. Hex color #790D85 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790D85 is #86F27A. Grayscale: #3A3A3A. Windows color (decimal): -8843899 or 8719737. OLE color: 8719737.

HSL color Cylindrical-coordinate representation of color #790D85: hue angle of 294º degrees, saturation: 0.82, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790D85 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12113133-
CMYK0.090.9000.48
HSL294º82.19%28.63%-
HSV(B)294º90.23%52.16%-
XYZ12.266.0522.71-
YUV58.97169.78172.24-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.32%
GREEN value IS 13 (5.47% from 255) = 4.87%
BLUE value IS 133 (52.34% from 255) = 49.81%
R=45.32%
G=4.87%
B=49.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121131330.090.9000.4829482.1928.63
Hex79D8595A030126521d
Octal171152051113206044612235
Binary1111001110110000101100110110100110000100100110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,13,133); }

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

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

 a { background-color: rgb(121,13,133); }

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

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

 span { border-color: rgb(121,13,133); }

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