#7A2869

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

Shades of Palatinate Purple #7A2869

Tints of Palatinate Purple #7A2869

Color information

#7A2869 (or 0x7A2869) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 28 and 69. RGB value is (122,40,105). Sum of RGB (Red+Green+Blue) = 122+40+105=267 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.69% from 267); Green value is 40 (16.02% from 255 or 14.98% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2869 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2869 is #85D796. Grayscale: #474747. Windows color (decimal): -8771479 or 6891642. OLE color: 6891642.

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

Color convert

RGB12240105-
CMYK00.670.140.52
HSL312.44º50.62%31.76%-
HSV(B)312.44º67.21%47.84%-
XYZ11.336.6814.06-
YUV71.93146.67163.71-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.69%
GREEN value IS 40 (16.02% from 255) = 14.98%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=45.69%
G=14.98%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.14
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1224010500.670.140.52312.4450.6231.76
Hex7A2869043E341383320
Octal17250151010316644706340
Binary11110101010001101001010000111110110100100111000110011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A2869

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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