#792669

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

Shades of Palatinate Purple #792669

Tints of Palatinate Purple #792669

Color information

#792669 (or 0x792669) is unknown color: approx Palatinate Purple. HEX triplet: 79, 26 and 69. RGB value is (121,38,105). Sum of RGB (Red+Green+Blue) = 121+38+105=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 38 (15.23% from 255 or 14.39% from 264); Blue value is 105 (41.41% from 255 or 39.77% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #792669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792669 is #86D996. Grayscale: #464646. Windows color (decimal): -8837527 or 6891129. OLE color: 6891129.

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

Color convert

RGB12138105-
CMYK00.690.130.53
HSL311.57º52.2%31.18%-
HSV(B)311.57º68.6%47.45%-
XYZ11.136.4714.03-
YUV70.46147.5164.05-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 38 (15.23% from 255) = 14.39%
BLUE value IS 105 (41.41% from 255) = 39.77%
R=45.83%
G=14.39%
B=39.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213810500.690.130.53311.5752.231.18
Hex792669045D35138341f
Octal17146151010515654706437
Binary1111001100110110100101000101110111010110011100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792669; }

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

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

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

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

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

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

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

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