#791A6C

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

Shades of Dark Purple #791A6C

Tints of Dark Purple #791A6C

Color information

#791A6C (or 0x791A6C) is unknown color: approx Dark Purple. HEX triplet: 79, 1A and 6C. RGB value is (121,26,108). Sum of RGB (Red+Green+Blue) = 121+26+108=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 108 (42.58% from 255 or 42.35% from 255); Max value from RGB is 121 - color contains mainly: red. Hex color #791A6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791A6C is #86E593. Grayscale: #3F3F3F. Windows color (decimal): -8840596 or 7084665. OLE color: 7084665.

HSL color Cylindrical-coordinate representation of color #791A6C: hue angle of 308.21º degrees, saturation: 0.65, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791A6C is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12126108-
CMYK00.790.110.53
HSL308.21º64.63%28.82%-
HSV(B)308.21º78.51%47.45%-
XYZ10.965.8914.75-
YUV63.75152.97168.83-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.45%
GREEN value IS 26 (10.55% from 255) = 10.20%
BLUE value IS 108 (42.58% from 255) = 42.35%
R=47.45%
G=10.20%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212610800.790.110.53308.2164.6328.82
Hex791A6C04FB35134411d
Octal171321540117136546410135
Binary1111001110101101100010011111011110101100110100100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791A6C; }

 p { color: rgb(121,26,108); }

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

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

 a { background-color: rgb(121,26,108); }

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

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

 span { border-color: rgb(121,26,108); }

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