#7D2F68

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

Shades of Palatinate Purple #7D2F68

Tints of Palatinate Purple #7D2F68

Color information

#7D2F68 (or 0x7D2F68) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 2F and 68. RGB value is (125,47,104). Sum of RGB (Red+Green+Blue) = 125+47+104=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 47 (18.75% from 255 or 17.03% from 276); Blue value is 104 (41.02% from 255 or 37.68% from 276); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2F68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2F68 is #82D097. Grayscale: #4C4C4C. Windows color (decimal): -8573080 or 6827901. OLE color: 6827901.

HSL color Cylindrical-coordinate representation of color #7D2F68: hue angle of 316.15º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7D2F68 is Cyan = 0, Magento = 0.62, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB12547104-
CMYK00.620.170.51
HSL316.15º45.35%33.73%-
HSV(B)316.15º62.4%49.02%-
XYZ11.977.3913.89-
YUV76.82143.34162.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 45.29%
GREEN value IS 47 (18.75% from 255) = 17.03%
BLUE value IS 104 (41.02% from 255) = 37.68%
R=45.29%
G=17.03%
B=37.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.17
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254710400.620.170.51316.1545.3533.73
Hex7D2F6803E113313c2d22
Octal1755715007621634745542
Binary11111011011111101000011111010001110011100111100101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,47,104); }

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

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

 a { background-color: rgb(125,47,104); }

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

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

 span { border-color: rgb(125,47,104); }

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