#76276C

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

Shades of Palatinate Purple #76276C

Tints of Palatinate Purple #76276C

Color information

#76276C (or 0x76276C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 27 and 6C. RGB value is (118,39,108). Sum of RGB (Red+Green+Blue) = 118+39+108=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 39 (15.62% from 255 or 14.72% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76276C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76276C is #89D893. Grayscale: #464646. Windows color (decimal): -9033876 or 7087990. OLE color: 7087990.

HSL color Cylindrical-coordinate representation of color #76276C: hue angle of 307.59º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #76276C is Cyan = 0, Magento = 0.67, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB11839108-
CMYK00.670.080.54
HSL307.59º50.32%30.78%-
HSV(B)307.59º66.95%46.27%-
XYZ10.96.3914.85-
YUV70.49149.17161.89-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 39 (15.62% from 255) = 14.72%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=44.53%
G=14.72%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1183910800.670.080.54307.5950.3230.78
Hex76276C043836134321f
Octal16647154010310664646237
Binary1110110100111110110001000011100011011010011010011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76276C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76276C; }

 p { color: rgb(118,39,108); }

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

<style>
 a { background-color: #76276C; }

 a { background-color: rgb(118,39,108); }

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

<style>
 span { border-color: #76276C; }

 span { border-color: rgb(118,39,108); }

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