#7A3669

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

Shades of Palatinate Purple #7A3669

Tints of Palatinate Purple #7A3669

Color information

#7A3669 (or 0x7A3669) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 36 and 69. RGB value is (122,54,105). Sum of RGB (Red+Green+Blue) = 122+54+105=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 105 (41.41% from 255 or 37.37% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3669 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3669 is #85C996. Grayscale: #505050. Windows color (decimal): -8767895 or 6895226. OLE color: 6895226.

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

Color convert

RGB12254105-
CMYK00.560.140.52
HSL315º38.64%34.51%-
HSV(B)315º55.74%47.84%-
XYZ11.97.814.24-
YUV80.15142.03157.85-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.42%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 105 (41.41% from 255) = 37.37%
R=43.42%
G=19.22%
B=37.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225410500.560.140.5231538.6434.51
Hex7A3669038E3413b2723
Octal1726615107016644734743
Binary1111010110110110100101110001110110100100111011100111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,54,105); }

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

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

 a { background-color: rgb(122,54,105); }

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

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

 span { border-color: rgb(122,54,105); }

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