#7F2661

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

Shades of Palatinate Purple #7F2661

Tints of Palatinate Purple #7F2661

Color information

#7F2661 (or 0x7F2661) is unknown color: approx Palatinate Purple. HEX triplet: 7F, 26 and 61. RGB value is (127,38,97). Sum of RGB (Red+Green+Blue) = 127+38+97=262 (34% of max value = 765). Red value is 127 (50% from 255 or 48.47% from 262); Green value is 38 (15.23% from 255 or 14.50% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 127 - color contains mainly: red. Hex color #7F2661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F2661 is #80D99E. Grayscale: #474747. Windows color (decimal): -8444319 or 6366847. OLE color: 6366847.

HSL color Cylindrical-coordinate representation of color #7F2661: hue angle of 320.22º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F2661 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.50.

Color convert

RGB1273897-
CMYK00.700.240.50
HSL320.22º53.94%32.35%-
HSV(B)320.22º70.08%49.8%-
XYZ11.66.7612-
YUV71.34142.49167.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 48.47%
GREEN value IS 38 (15.23% from 255) = 14.50%
BLUE value IS 97 (38.28% from 255) = 37.02%
R=48.47%
G=14.50%
B=37.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.24
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127389700.700.240.50320.2253.9432.35
Hex7F266104618321403620
Octal17746141010630625006640
Binary111111110011011000010100011011000110010101000000110110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F2661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,38,97); }

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

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

 a { background-color: rgb(127,38,97); }

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

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

 span { border-color: rgb(127,38,97); }

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