#791D67

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

Shades of Palatinate Purple #791D67

Tints of Palatinate Purple #791D67

Color information

#791D67 (or 0x791D67) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1D and 67. RGB value is (121,29,103). Sum of RGB (Red+Green+Blue) = 121+29+103=253 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.83% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 121 - color contains mainly: red. Hex color #791D67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791D67 is #86E298. Grayscale: #404040. Windows color (decimal): -8839833 or 6757753. OLE color: 6757753.

HSL color Cylindrical-coordinate representation of color #791D67: hue angle of 311.74º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D67 is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.53.

Color convert

RGB12129103-
CMYK00.760.150.53
HSL311.74º61.33%29.41%-
HSV(B)311.74º76.03%47.45%-
XYZ10.775.9213.41-
YUV64.94149.48167.98-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 47.83%
GREEN value IS 29 (11.72% from 255) = 11.46%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=47.83%
G=11.46%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.15
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212910300.760.150.53311.7461.3329.41
Hex791D6704CF351383d1d
Octal17135147011417654707535
Binary111100111101110011101001100111111010110011100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791D67; }

 p { color: rgb(121,29,103); }

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

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

 a { background-color: rgb(121,29,103); }

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

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

 span { border-color: rgb(121,29,103); }

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