#7A3562

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

Shades of Palatinate Purple #7A3562

Tints of Palatinate Purple #7A3562

Color information

#7A3562 (or 0x7A3562) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 35 and 62. RGB value is (122,53,98). Sum of RGB (Red+Green+Blue) = 122+53+98=273 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.69% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3562 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A3562 is #85CA9D. Grayscale: #4E4E4E. Windows color (decimal): -8768158 or 6436218. OLE color: 6436218.

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

Color convert

RGB1225398-
CMYK00.570.200.52
HSL320.87º39.43%34.31%-
HSV(B)320.87º56.56%47.84%-
XYZ11.57.5712.41-
YUV78.76138.86158.84-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.69%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 98 (38.67% from 255) = 35.90%
R=44.69%
G=19.41%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122539800.570.200.52320.8739.4334.31
Hex7A356203914341412722
Octal1726514207124645014742
Binary11110101101011100010011100110100110100101000001100111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,53,98); }

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

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

 a { background-color: rgb(122,53,98); }

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

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

 span { border-color: rgb(122,53,98); }

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