#7F3266

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

Shades of Palatinate Purple #7F3266

Tints of Palatinate Purple #7F3266

Color information

#7F3266 (or 0x7F3266) is unknown color: approx Palatinate Purple. HEX triplet: 7F, 32 and 66. RGB value is (127,50,102). Sum of RGB (Red+Green+Blue) = 127+50+102=279 (36% of max value = 765). Red value is 127 (50% from 255 or 45.52% from 279); Green value is 50 (19.92% from 255 or 17.92% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3266 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3266 is #80CD99. Grayscale: #4E4E4E. Windows color (decimal): -8441242 or 6697599. OLE color: 6697599.

HSL color Cylindrical-coordinate representation of color #7F3266: hue angle of 319.48º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3266 is Cyan = 0, Magento = 0.61, Yellow = 0.20 and Black (K on CMYK) = 0.50.

Color convert

RGB12750102-
CMYK00.610.200.50
HSL319.48º43.5%34.71%-
HSV(B)319.48º60.63%49.8%-
XYZ12.297.7513.42-
YUV78.95141.01162.27-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 45.52%
GREEN value IS 50 (19.92% from 255) = 17.92%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=45.52%
G=17.92%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.20
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1275010200.610.200.50319.4843.534.71
Hex7F326603D143213f2c23
Octal1776214607524624775443
Binary11111111100101100110011110110100110010100111111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,50,102); }

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

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

 a { background-color: rgb(127,50,102); }

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

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

 span { border-color: rgb(127,50,102); }

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