#791572

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

Shades of Dark Purple #791572

Tints of Dark Purple #791572

Color information

#791572 (or 0x791572) is unknown color: approx Dark Purple. HEX triplet: 79, 15 and 72. RGB value is (121,21,114). Sum of RGB (Red+Green+Blue) = 121+21+114=256 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.27% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 121 - color contains mainly: red. Hex color #791572 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791572 is #86EA8D. Grayscale: #3D3D3D. Windows color (decimal): -8841870 or 7476601. OLE color: 7476601.

HSL color Cylindrical-coordinate representation of color #791572: hue angle of 304.2º 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 #791572 is Cyan = 0, Magento = 0.83, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12121114-
CMYK00.830.060.53
HSL304.2º70.42%27.84%-
HSV(B)304.2º82.64%47.45%-
XYZ11.195.8216.45-
YUV61.5157.63170.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.27%
GREEN value IS 21 (8.59% from 255) = 8.20%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=47.27%
G=8.20%
B=44.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212111400.830.060.53304.270.4227.84
Hex791572053635130461c
Octal17125162012366546010634
Binary111100110101111001001010011110110101100110000100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791572; }

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

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

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

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

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

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

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

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