#76286C

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

Shades of Palatinate Purple #76286C

Tints of Palatinate Purple #76286C

Color information

#76286C (or 0x76286C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 28 and 6C. RGB value is (118,40,108). Sum of RGB (Red+Green+Blue) = 118+40+108=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 40 (16.02% from 255 or 15.04% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76286C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76286C is #89D793. Grayscale: #464646. Windows color (decimal): -9033620 or 7088246. OLE color: 7088246.

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

Color convert

RGB11840108-
CMYK00.660.080.54
HSL307.69º49.37%30.98%-
HSV(B)307.69º66.1%46.27%-
XYZ10.946.4514.86-
YUV71.07148.84161.47-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 40 (16.02% from 255) = 15.04%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=44.36%
G=15.04%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1184010800.660.080.54307.6949.3730.98
Hex76286C042836134311f
Octal16650154010210664646137
Binary1110110101000110110001000010100011011010011010011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76286C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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