#792F6B

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

Shades of Palatinate Purple #792F6B

Tints of Palatinate Purple #792F6B

Color information

#792F6B (or 0x792F6B) is unknown color: approx Palatinate Purple. HEX triplet: 79, 2F and 6B. RGB value is (121,47,107). Sum of RGB (Red+Green+Blue) = 121+47+107=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 107 (42.19% from 255 or 38.91% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #792F6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792F6B is #86D094. Grayscale: #4B4B4B. Windows color (decimal): -8835221 or 7024505. OLE color: 7024505.

HSL color Cylindrical-coordinate representation of color #792F6B: hue angle of 311.35º 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 #792F6B is Cyan = 0, Magento = 0.61, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12147107-
CMYK00.610.120.53
HSL311.35º44.05%32.94%-
HSV(B)311.35º61.16%47.45%-
XYZ11.567.1614.68-
YUV75.97145.52160.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 44%
GREEN value IS 47 (18.75% from 255) = 17.09%
BLUE value IS 107 (42.19% from 255) = 38.91%
R=44%
G=17.09%
B=38.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1214710700.610.120.53311.3544.0532.94
Hex792F6B03DC351372c21
Octal1715715307514654675441
Binary1111001101111110101101111011100110101100110111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #792F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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