#76315F

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

Shades of Palatinate Purple #76315F

Tints of Palatinate Purple #76315F

Color information

#76315F (or 0x76315F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 31 and 5F. RGB value is (118,49,95). Sum of RGB (Red+Green+Blue) = 118+49+95=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 49 (19.53% from 255 or 18.70% from 262); Blue value is 95 (37.5% from 255 or 36.26% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76315F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76315F is #89CEA0. Grayscale: #4A4A4A. Windows color (decimal): -9031329 or 6238582. OLE color: 6238582.

HSL color Cylindrical-coordinate representation of color #76315F: hue angle of 320º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #76315F is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1184995-
CMYK00.580.190.54
HSL320º41.32%32.75%-
HSV(B)320º58.47%46.27%-
XYZ10.646.8711.59-
YUV74.87139.36158.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 49 (19.53% from 255) = 18.70%
BLUE value IS 95 (37.5% from 255) = 36.26%
R=45.04%
G=18.70%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118499500.580.190.5432041.3232.75
Hex76315F03A13361402921
Octal1666113707223665005141
Binary11101101100011011111011101010011110110101000000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76315F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76315F; }

 p { color: rgb(118,49,95); }

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

<style>
 a { background-color: #76315F; }

 a { background-color: rgb(118,49,95); }

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

<style>
 span { border-color: #76315F; }

 span { border-color: rgb(118,49,95); }

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