#7D2C62

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

Shades of Palatinate Purple #7D2C62

Tints of Palatinate Purple #7D2C62

Color information

#7D2C62 (or 0x7D2C62) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 2C and 62. RGB value is (125,44,98). Sum of RGB (Red+Green+Blue) = 125+44+98=267 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.82% from 267); Green value is 44 (17.58% from 255 or 16.48% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2C62 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2C62 is #82D39D. Grayscale: #4A4A4A. Windows color (decimal): -8573854 or 6433917. OLE color: 6433917.

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

Color convert

RGB1254498-
CMYK00.650.220.51
HSL320º47.93%33.14%-
HSV(B)320º64.8%49.02%-
XYZ11.567.0412.31-
YUV74.38141.34164.11-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.82%
GREEN value IS 44 (17.58% from 255) = 16.48%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=46.82%
G=16.48%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.22
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125449800.650.220.5132047.9333.14
Hex7D2C6204116331403021
Octal17554142010126635006041
Binary111110110110011000100100000110110110011101000000110000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2C62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,44,98); }

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

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

 a { background-color: rgb(125,44,98); }

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

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

 span { border-color: rgb(125,44,98); }

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