#791C6C

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

Shades of Dark Purple #791C6C

Tints of Dark Purple #791C6C

Color information

#791C6C (or 0x791C6C) is unknown color: approx Dark Purple. HEX triplet: 79, 1C and 6C. RGB value is (121,28,108). Sum of RGB (Red+Green+Blue) = 121+28+108=257 (34% of max value = 765). Red value is 121 (47.66% from 255 or 47.08% from 257); Green value is 28 (11.33% from 255 or 10.89% from 257); Blue value is 108 (42.58% from 255 or 42.02% from 257); Max value from RGB is 121 - color contains mainly: red. Hex color #791C6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791C6C is #86E393. Grayscale: #404040. Windows color (decimal): -8840084 or 7085177. OLE color: 7085177.

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

Color convert

RGB12128108-
CMYK00.770.110.53
HSL308.39º62.42%29.22%-
HSV(B)308.39º76.86%47.45%-
XYZ11.015.9814.76-
YUV64.93152.31168-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.08%
GREEN value IS 28 (11.33% from 255) = 10.89%
BLUE value IS 108 (42.58% from 255) = 42.02%
R=47.08%
G=10.89%
B=42.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212810800.770.110.53308.3962.4229.22
Hex791C6C04DB351343e1d
Octal17134154011513654647635
Binary111100111100110110001001101101111010110011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791C6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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