#792181

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

Shades of Dark Purple #792181

Tints of Dark Purple #792181

Color information

#792181 (or 0x792181) is unknown color: approx Dark Purple. HEX triplet: 79, 21 and 81. RGB value is (121,33,129). Sum of RGB (Red+Green+Blue) = 121+33+129=283 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.76% from 283); Green value is 33 (13.28% from 255 or 11.66% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #792181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792181 is #86DE7E. Grayscale: #454545. Windows color (decimal): -8838783 or 8462713. OLE color: 8462713.

HSL color Cylindrical-coordinate representation of color #792181: hue angle of 295º degrees, saturation: 0.59, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792181 is Cyan = 0.06, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12133129-
CMYK0.060.7400.49
HSL295º59.26%31.76%-
HSV(B)295º74.42%50.59%-
XYZ12.396.7421.42-
YUV70.26161.15164.19-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 42.76%
GREEN value IS 33 (13.28% from 255) = 11.66%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=42.76%
G=11.66%
B=45.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121331290.060.7400.4929559.2631.76
Hex79218164A0311273b20
Octal1714120161120614477340
Binary11110011000011000000111010010100110001100100111111011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792181; }

 p { color: rgb(121,33,129); }

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

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

 a { background-color: rgb(121,33,129); }

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

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

 span { border-color: rgb(121,33,129); }

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