#7D2A61

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

Shades of Palatinate Purple #7D2A61

Tints of Palatinate Purple #7D2A61

Color information

#7D2A61 (or 0x7D2A61) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 2A and 61. RGB value is (125,42,97). Sum of RGB (Red+Green+Blue) = 125+42+97=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 42 (16.80% from 255 or 15.91% from 264); Blue value is 97 (38.28% from 255 or 36.74% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2A61 is #82D59E. Grayscale: #484848. Windows color (decimal): -8574367 or 6367869. OLE color: 6367869.

HSL color Cylindrical-coordinate representation of color #7D2A61: hue angle of 320.24º degrees, saturation: 0.5, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #7D2A61 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.51.

Color convert

RGB1254297-
CMYK00.660.220.51
HSL320.24º49.7%32.75%-
HSV(B)320.24º66.4%49.02%-
XYZ11.446.8812.03-
YUV73.09141.5165.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.35%
GREEN value IS 42 (16.80% from 255) = 15.91%
BLUE value IS 97 (38.28% from 255) = 36.74%
R=47.35%
G=15.91%
B=36.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125429700.660.220.51320.2449.732.75
Hex7D2A6104216331403221
Octal17552141010226635006241
Binary111110110101011000010100001010110110011101000000110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,42,97); }

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

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

 a { background-color: rgb(125,42,97); }

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

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

 span { border-color: rgb(125,42,97); }

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