#7D2864

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

Shades of Palatinate Purple #7D2864

Tints of Palatinate Purple #7D2864

Color information

#7D2864 (or 0x7D2864) is unknown color: approx Palatinate Purple. HEX triplet: 7D, 28 and 64. RGB value is (125,40,100). Sum of RGB (Red+Green+Blue) = 125+40+100=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 40 (16.02% from 255 or 15.09% from 265); Blue value is 100 (39.45% from 255 or 37.74% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D2864 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D2864 is #82D79B. Grayscale: #484848. Windows color (decimal): -8574876 or 6563965. OLE color: 6563965.

HSL color Cylindrical-coordinate representation of color #7D2864: hue angle of 317.65º degrees, saturation: 0.52, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7D2864 is Cyan = 0, Magento = 0.68, Yellow = 0.2 and Black (K on CMYK) = 0.51.

Color convert

RGB12540100-
CMYK00.680.20.51
HSL317.65º51.52%32.35%-
HSV(B)317.65º68%49.02%-
XYZ11.526.812.76-
YUV72.26143.66165.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 47.17%
GREEN value IS 40 (16.02% from 255) = 15.09%
BLUE value IS 100 (39.45% from 255) = 37.74%
R=47.17%
G=15.09%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.2
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1254010000.680.20.51317.6551.5232.35
Hex7D2864044143313e3420
Octal17550144010424634766440
Binary111110110100011001000100010010100110011100111110110100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D2864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,40,100); }

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

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

 a { background-color: rgb(125,40,100); }

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

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

 span { border-color: rgb(125,40,100); }

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