#76306C

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

Shades of Palatinate Purple #76306C

Tints of Palatinate Purple #76306C

Color information

#76306C (or 0x76306C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 30 and 6C. RGB value is (118,48,108). Sum of RGB (Red+Green+Blue) = 118+48+108=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 118 - color contains mainly: red. Hex color #76306C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76306C is #89CF93. Grayscale: #4B4B4B. Windows color (decimal): -9031572 or 7090294. OLE color: 7090294.

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

Color convert

RGB11848108-
CMYK00.590.080.54
HSL308.57º42.17%32.55%-
HSV(B)308.57º59.32%46.27%-
XYZ11.237.0514.96-
YUV75.77146.19158.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 48 (19.14% from 255) = 17.52%
BLUE value IS 108 (42.58% from 255) = 39.42%
R=43.07%
G=17.52%
B=39.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184810800.590.080.54308.5742.1732.55
Hex76306C03B8361352a21
Octal1666015407310664655241
Binary1110110110000110110001110111000110110100110101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76306C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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