#7A3866

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

Shades of Palatinate Purple #7A3866

Tints of Palatinate Purple #7A3866

Color information

#7A3866 (or 0x7A3866) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 38 and 66. RGB value is (122,56,102). Sum of RGB (Red+Green+Blue) = 122+56+102=280 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.57% from 280); Green value is 56 (22.27% from 255 or 20% from 280); Blue value is 102 (40.23% from 255 or 36.43% from 280); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3866 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3866 is #85C799. Grayscale: #505050. Windows color (decimal): -8767386 or 6699130. OLE color: 6699130.

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

Color convert

RGB12256102-
CMYK00.540.160.52
HSL318.18º37.08%34.9%-
HSV(B)318.18º54.1%47.84%-
XYZ11.847.9313.48-
YUV80.98139.87157.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.57%
GREEN value IS 56 (22.27% from 255) = 20%
BLUE value IS 102 (40.23% from 255) = 36.43%
R=43.57%
G=20%
B=36.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.16
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1225610200.540.160.52318.1837.0834.9
Hex7A3866036103413e2523
Octal1727014606620644764543
Binary11110101110001100110011011010000110100100111110100101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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