#792F6C

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

Shades of Palatinate Purple #792F6C

Tints of Palatinate Purple #792F6C

Color information

#792F6C (or 0x792F6C) is unknown color: approx Palatinate Purple. HEX triplet: 79, 2F and 6C. RGB value is (121,47,108). Sum of RGB (Red+Green+Blue) = 121+47+108=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 108 (42.58% from 255 or 39.13% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #792F6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792F6C is #86D093. Grayscale: #4B4B4B. Windows color (decimal): -8835220 or 7090041. OLE color: 7090041.

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

Color convert

RGB12147108-
CMYK00.610.110.53
HSL310.54º44.05%32.94%-
HSV(B)310.54º61.16%47.45%-
XYZ11.617.1814.96-
YUV76.08146.02160.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.84%
GREEN value IS 47 (18.75% from 255) = 17.03%
BLUE value IS 108 (42.58% from 255) = 39.13%
R=43.84%
G=17.03%
B=39.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214710800.610.110.53310.5444.0532.94
Hex792F6C03DB351372c21
Octal1715715407513654675441
Binary1111001101111110110001111011011110101100110111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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