#76305E

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

Shades of Palatinate Purple #76305E

Tints of Palatinate Purple #76305E

Color information

#76305E (or 0x76305E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 30 and 5E. RGB value is (118,48,94). Sum of RGB (Red+Green+Blue) = 118+48+94=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76305E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76305E is #89CFA1. Grayscale: #4A4A4A. Windows color (decimal): -9031586 or 6172790. OLE color: 6172790.

HSL color Cylindrical-coordinate representation of color #76305E: hue angle of 320.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 #76305E is Cyan = 0, Magento = 0.59, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1184894-
CMYK00.590.200.54
HSL320.57º42.17%32.55%-
HSV(B)320.57º59.32%46.27%-
XYZ10.556.7711.34-
YUV74.17139.19159.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.38%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 94 (37.11% from 255) = 36.15%
R=45.38%
G=18.46%
B=36.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118489400.590.200.54320.5742.1732.55
Hex76305E03B14361412a21
Octal1666013607324665015241
Binary11101101100001011110011101110100110110101000001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76305E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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