#790C6E

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

Shades of Purple #790C6E

Tints of Purple #790C6E

Color information

#790C6E (or 0x790C6E) is unknown color: approx Purple. HEX triplet: 79, 0C and 6E. RGB value is (121,12,110). Sum of RGB (Red+Green+Blue) = 121+12+110=243 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.79% from 243); Green value is 12 (5.08% from 255 or 4.94% from 243); Blue value is 110 (43.36% from 255 or 45.27% from 243); Max value from RGB is 121 - color contains mainly: red. Hex color #790C6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C6E is #86F391. Grayscale: #373737. Windows color (decimal): -8844178 or 7212153. OLE color: 7212153.

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

Color convert

RGB12112110-
CMYK00.900.090.53
HSL306.06º81.95%26.08%-
HSV(B)306.06º90.08%47.45%-
XYZ10.835.4515.23-
YUV55.76158.61174.53-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.79%
GREEN value IS 12 (5.08% from 255) = 4.94%
BLUE value IS 110 (43.36% from 255) = 45.27%
R=49.79%
G=4.94%
B=45.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211211000.900.090.53306.0681.9526.08
Hex79C6E05A935132521a
Octal171141560132116546212232
Binary111100111001101110010110101001110101100110010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #790C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,12,110); }

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

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

 a { background-color: rgb(121,12,110); }

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

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

 span { border-color: rgb(121,12,110); }

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