#76335E

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

Shades of Palatinate Purple #76335E

Tints of Palatinate Purple #76335E

Color information

#76335E (or 0x76335E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 33 and 5E. RGB value is (118,51,94). Sum of RGB (Red+Green+Blue) = 118+51+94=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 51 (20.31% from 255 or 19.39% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #76335E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76335E is #89CCA1. Grayscale: #4B4B4B. Windows color (decimal): -9030818 or 6173558. OLE color: 6173558.

HSL color Cylindrical-coordinate representation of color #76335E: hue angle of 321.49º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #76335E is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1185194-
CMYK00.570.200.54
HSL321.49º39.64%33.14%-
HSV(B)321.49º56.78%46.27%-
XYZ10.687.0311.38-
YUV75.94138.2158-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 51 (20.31% from 255) = 19.39%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=44.87%
G=19.39%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118519400.570.200.54321.4939.6433.14
Hex76335E03914361412821
Octal1666313607124665015041
Binary11101101100111011110011100110100110110101000001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76335E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76335E; }

 p { color: rgb(118,51,94); }

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

<style>
 a { background-color: #76335E; }

 a { background-color: rgb(118,51,94); }

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

<style>
 span { border-color: #76335E; }

 span { border-color: rgb(118,51,94); }

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