#791573

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

Shades of Dark Purple #791573

Tints of Dark Purple #791573

Color information

#791573 (or 0x791573) is unknown color: approx Dark Purple. HEX triplet: 79, 15 and 73. RGB value is (121,21,115). Sum of RGB (Red+Green+Blue) = 121+21+115=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 21 (8.59% from 255 or 8.17% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #791573 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791573 is #86EA8C. Grayscale: #3D3D3D. Windows color (decimal): -8841869 or 7542137. OLE color: 7542137.

HSL color Cylindrical-coordinate representation of color #791573: hue angle of 303.6º degrees, saturation: 0.7, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #791573 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB12121115-
CMYK00.830.050.53
HSL303.6º70.42%27.84%-
HSV(B)303.6º82.64%47.45%-
XYZ11.255.8416.75-
YUV61.62158.13170.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 21 (8.59% from 255) = 8.17%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=47.08%
G=8.17%
B=44.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.05
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212111500.830.050.53303.670.4227.84
Hex791573053535130461c
Octal17125163012356546010634
Binary111100110101111001101010011101110101100110000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791573; }

 p { color: rgb(121,21,115); }

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

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

 a { background-color: rgb(121,21,115); }

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

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

 span { border-color: rgb(121,21,115); }

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