#792968

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

Shades of Palatinate Purple #792968

Tints of Palatinate Purple #792968

Color information

#792968 (or 0x792968) is unknown color: approx Palatinate Purple. HEX triplet: 79, 29 and 68. RGB value is (121,41,104). Sum of RGB (Red+Green+Blue) = 121+41+104=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 41 (16.41% from 255 or 15.41% from 266); Blue value is 104 (41.02% from 255 or 39.10% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #792968 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792968 is #86D697. Grayscale: #474747. Windows color (decimal): -8836760 or 6826361. OLE color: 6826361.

HSL color Cylindrical-coordinate representation of color #792968: hue angle of 312.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #792968 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.53.

Color convert

RGB12141104-
CMYK00.660.140.53
HSL312.75º49.38%31.76%-
HSV(B)312.75º66.12%47.45%-
XYZ11.186.6513.79-
YUV72.1146162.88-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 41 (16.41% from 255) = 15.41%
BLUE value IS 104 (41.02% from 255) = 39.10%
R=45.49%
G=15.41%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214110400.660.140.53312.7549.3831.76
Hex792968042E351393120
Octal17151150010216654716140
Binary11110011010011101000010000101110110101100111001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792968; }

 p { color: rgb(121,41,104); }

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

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

 a { background-color: rgb(121,41,104); }

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

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

 span { border-color: rgb(121,41,104); }

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