#791369

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

Shades of Dark Purple #791369

Tints of Dark Purple #791369

Color information

#791369 (or 0x791369) is unknown color: approx Dark Purple. HEX triplet: 79, 13 and 69. RGB value is (121,19,105). Sum of RGB (Red+Green+Blue) = 121+19+105=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 19 (7.81% from 255 or 7.76% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #791369 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791369 is #86EC96. Grayscale: #3B3B3B. Windows color (decimal): -8842391 or 6886265. OLE color: 6886265.

HSL color Cylindrical-coordinate representation of color #791369: hue angle of 309.41º degrees, saturation: 0.73, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #791369 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.53.

Color convert

RGB12119105-
CMYK00.840.130.53
HSL309.41º72.86%27.45%-
HSV(B)309.41º84.3%47.45%-
XYZ10.675.5513.87-
YUV59.3153.79172.01-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 49.39%
GREEN value IS 19 (7.81% from 255) = 7.76%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=49.39%
G=7.76%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211910500.840.130.53309.4172.8627.45
Hex791369054D35135491b
Octal171231510124156546511133
Binary1111001100111101001010101001101110101100110101100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791369; }

 p { color: rgb(121,19,105); }

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

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

 a { background-color: rgb(121,19,105); }

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

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

 span { border-color: rgb(121,19,105); }

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