#76336A

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

Shades of Palatinate Purple #76336A

Tints of Palatinate Purple #76336A

Color information

#76336A (or 0x76336A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 33 and 6A. RGB value is (118,51,106). Sum of RGB (Red+Green+Blue) = 118+51+106=275 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.91% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 118 - color contains mainly: red. Hex color #76336A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76336A is #89CC95. Grayscale: #4D4D4D. Windows color (decimal): -9030806 or 6959990. OLE color: 6959990.

HSL color Cylindrical-coordinate representation of color #76336A: hue angle of 310.75º 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 #76336A is Cyan = 0, Magento = 0.57, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB11851106-
CMYK00.570.100.54
HSL310.75º39.64%33.14%-
HSV(B)310.75º56.78%46.27%-
XYZ11.267.2614.44-
YUV77.3144.2157.03-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.91%
GREEN value IS 51 (20.31% from 255) = 18.55%
BLUE value IS 106 (41.80% from 255) = 38.55%
R=42.91%
G=18.55%
B=38.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1185110600.570.100.54310.7539.6433.14
Hex76336A039A361372821
Octal1666315207112664675041
Binary1110110110011110101001110011010110110100110111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76336A; }

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

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

<style>
 a { background-color: #76336A; }

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

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

<style>
 span { border-color: #76336A; }

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

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