#7F2963

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

Shades of Palatinate Purple #7F2963

Tints of Palatinate Purple #7F2963

Color information

#7F2963 (or 0x7F2963) is unknown color: approx Palatinate Purple. HEX triplet: 7F, 29 and 63. RGB value is (127,41,99). Sum of RGB (Red+Green+Blue) = 127+41+99=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 99 (39.06% from 255 or 37.08% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2963 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2963 is #80D69C. Grayscale: #494949. Windows color (decimal): -8443549 or 6498687. OLE color: 6498687.

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

Color convert

RGB1274199-
CMYK00.680.220.50
HSL319.53º51.19%32.94%-
HSV(B)319.53º67.72%49.8%-
XYZ11.8712.53-
YUV73.33142.49166.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.57%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 99 (39.06% from 255) = 37.08%
R=47.57%
G=15.36%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.22
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127419900.680.220.50319.5351.1932.94
Hex7F296304416321403321
Octal17751143010426625006341
Binary111111110100111000110100010010110110010101000000110011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,41,99); }

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

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

 a { background-color: rgb(127,41,99); }

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

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

 span { border-color: rgb(127,41,99); }

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