#791D65

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

Shades of Palatinate Purple #791D65

Tints of Palatinate Purple #791D65

Color information

#791D65 (or 0x791D65) is unknown color: approx Palatinate Purple. HEX triplet: 79, 1D and 65. RGB value is (121,29,101). Sum of RGB (Red+Green+Blue) = 121+29+101=251 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.21% from 251); Green value is 29 (11.72% from 255 or 11.55% from 251); Blue value is 101 (39.84% from 255 or 40.24% from 251); Max value from RGB is 121 - color contains mainly: red. Hex color #791D65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791D65 is #86E29A. Grayscale: #404040. Windows color (decimal): -8839835 or 6626681. OLE color: 6626681.

HSL color Cylindrical-coordinate representation of color #791D65: hue angle of 313.04º 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 #791D65 is Cyan = 0, Magento = 0.76, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB12129101-
CMYK00.760.170.53
HSL313.04º61.33%29.41%-
HSV(B)313.04º76.03%47.45%-
XYZ10.675.8812.88-
YUV64.72148.48168.15-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.21%
GREEN value IS 29 (11.72% from 255) = 11.55%
BLUE value IS 101 (39.84% from 255) = 40.24%
R=48.21%
G=11.55%
B=40.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212910100.760.170.53313.0461.3329.41
Hex791D6504C11351393d1d
Octal17135145011421654717535
Binary1111001111011100101010011001000111010110011100111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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