#76296C

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

Shades of Palatinate Purple #76296C

Tints of Palatinate Purple #76296C

Color information

#76296C (or 0x76296C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 29 and 6C. RGB value is (118,41,108). Sum of RGB (Red+Green+Blue) = 118+41+108=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 41 (16.41% from 255 or 15.36% from 267); Blue value is 108 (42.58% from 255 or 40.45% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76296C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76296C is #89D693. Grayscale: #474747. Windows color (decimal): -9033364 or 7088502. OLE color: 7088502.

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

Color convert

RGB11841108-
CMYK00.650.080.54
HSL307.79º48.43%31.18%-
HSV(B)307.79º65.25%46.27%-
XYZ10.976.5214.87-
YUV71.66148.51161.05-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 41 (16.41% from 255) = 15.36%
BLUE value IS 108 (42.58% from 255) = 40.45%
R=44.19%
G=15.36%
B=40.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184110800.650.080.54307.7948.4331.18
Hex76296C041836134301f
Octal16651154010110664646037
Binary1110110101001110110001000001100011011010011010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76296C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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