#792B6C

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

Shades of Palatinate Purple #792B6C

Tints of Palatinate Purple #792B6C

Color information

#792B6C (or 0x792B6C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 2B and 6C. RGB value is (121,43,108). Sum of RGB (Red+Green+Blue) = 121+43+108=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 43 (17.19% from 255 or 15.81% from 272); Blue value is 108 (42.58% from 255 or 39.71% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #792B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792B6C is #86D493. Grayscale: #494949. Windows color (decimal): -8836244 or 7089017. OLE color: 7089017.

HSL color Cylindrical-coordinate representation of color #792B6C: hue angle of 310º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #792B6C is Cyan = 0, Magento = 0.64, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB12143108-
CMYK00.640.110.53
HSL310º47.56%32.16%-
HSV(B)310º64.46%47.45%-
XYZ11.466.8814.91-
YUV73.73147.34161.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44.49%
GREEN value IS 43 (17.19% from 255) = 15.81%
BLUE value IS 108 (42.58% from 255) = 39.71%
R=44.49%
G=15.81%
B=39.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214310800.640.110.5331047.5632.16
Hex792B6C040B351363020
Octal17153154010013654666040
Binary11110011010111101100010000001011110101100110110110000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #792B6C; }

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

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

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

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

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

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

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

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