#7A215D

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

Shades of Palatinate Purple #7A215D

Tints of Palatinate Purple #7A215D

Color information

#7A215D (or 0x7A215D) is unknown color: approx Palatinate Purple. HEX triplet: 7A, 21 and 5D. RGB value is (122,33,93). Sum of RGB (Red+Green+Blue) = 122+33+93=248 (32% of max value = 765). Red value is 122 (48.05% from 255 or 49.19% from 248); Green value is 33 (13.28% from 255 or 13.31% from 248); Blue value is 93 (36.72% from 255 or 37.5% from 248); Max value from RGB is 122 - color contains mainly: red. Hex color #7A215D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A215D is #85DEA2. Grayscale: #424242. Windows color (decimal): -8773283 or 6103418. OLE color: 6103418.

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

Color convert

RGB1223393-
CMYK00.730.240.52
HSL319.55º57.42%30.39%-
HSV(B)319.55º72.95%47.84%-
XYZ10.556.0210.96-
YUV66.45142.99167.62-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 49.19%
GREEN value IS 33 (13.28% from 255) = 13.31%
BLUE value IS 93 (36.72% from 255) = 37.5%
R=49.19%
G=13.31%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.24
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122339300.730.240.52319.5557.4230.39
Hex7A215D0491834140391e
Octal17241135011130645007136
Binary11110101000011011101010010011100011010010100000011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A215D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,33,93); }

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

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

 a { background-color: rgb(122,33,93); }

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

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

 span { border-color: rgb(122,33,93); }

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