#7D2A63

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

Shades of Palatinate Purple #7D2A63

Tints of Palatinate Purple #7D2A63

Color information

#7D2A63 (or 0x7D2A63) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 2A and 63. RGB value is (125,42,99). Sum of RGB (Red+Green+Blue) = 125+42+99=266 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.99% from 266); Green value is 42 (16.80% from 255 or 15.79% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2A63 is #82D59C. Grayscale: #494949. Windows color (decimal): -8574365 or 6498941. OLE color: 6498941.

HSL color Cylindrical-coordinate representation of color #7D2A63: hue angle of 318.8º 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 #7D2A63 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.51.

Color convert

RGB1254299-
CMYK00.660.210.51
HSL318.8º49.7%32.75%-
HSV(B)318.8º66.4%49.02%-
XYZ11.546.9212.53-
YUV73.32142.5164.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 46.99%
GREEN value IS 42 (16.80% from 255) = 15.79%
BLUE value IS 99 (39.06% from 255) = 37.22%
R=46.99%
G=15.79%
B=37.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.21
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125429900.660.210.51318.849.732.75
Hex7D2A63042153313f3221
Octal17552143010225634776241
Binary111110110101011000110100001010101110011100111111110010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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