#791267

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

Shades of Dark Purple #791267

Tints of Dark Purple #791267

Color information

#791267 (or 0x791267) is unknown color: approx Dark Purple. HEX triplet: 79, 12 and 67. RGB value is (121,18,103). Sum of RGB (Red+Green+Blue) = 121+18+103=242 (32% of max value = 765). Red value is 121 (47.66% from 255 or 50% from 242); Green value is 18 (7.42% from 255 or 7.44% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 121 - color contains mainly: red. Hex color #791267 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791267 is #86ED98. Grayscale: #3A3A3A. Windows color (decimal): -8842649 or 6754937. OLE color: 6754937.

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

Color convert

RGB12118103-
CMYK00.850.150.53
HSL310.49º74.1%27.25%-
HSV(B)310.49º85.12%47.45%-
XYZ10.555.4813.33-
YUV58.49153.12172.59-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50%
GREEN value IS 18 (7.42% from 255) = 7.44%
BLUE value IS 103 (40.62% from 255) = 42.56%
R=50%
G=7.44%
B=42.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1211810300.850.150.53310.4974.127.25
Hex791267055F351364a1b
Octal171221470125176546611233
Binary1111001100101100111010101011111110101100110110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791267; }

 p { color: rgb(121,18,103); }

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

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

 a { background-color: rgb(121,18,103); }

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

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

 span { border-color: rgb(121,18,103); }

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