#7A3966

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

Shades of Palatinate Purple #7A3966

Tints of Palatinate Purple #7A3966

Color information

#7A3966 (or 0x7A3966) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 39 and 66. RGB value is (122,57,102). Sum of RGB (Red+Green+Blue) = 122+57+102=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 102 (40.23% from 255 or 36.30% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3966 is #85C699. Grayscale: #515151. Windows color (decimal): -8767130 or 6699386. OLE color: 6699386.

HSL color Cylindrical-coordinate representation of color #7A3966: hue angle of 318.46º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7A3966 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.52.

Color convert

RGB12257102-
CMYK00.530.160.52
HSL318.46º36.31%35.1%-
HSV(B)318.46º53.28%47.84%-
XYZ11.898.0213.49-
YUV81.56139.53156.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 57 (22.66% from 255) = 20.28%
BLUE value IS 102 (40.23% from 255) = 36.30%
R=43.42%
G=20.28%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225710200.530.160.52318.4636.3135.1
Hex7A3966035103413e2423
Octal1727114606520644764443
Binary11110101110011100110011010110000110100100111110100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A3966; }

 p { color: rgb(122,57,102); }

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

<style>
 a { background-color: #7A3966; }

 a { background-color: rgb(122,57,102); }

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

<style>
 span { border-color: #7A3966; }

 span { border-color: rgb(122,57,102); }

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