#76305D

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

Shades of Palatinate Purple #76305D

Tints of Palatinate Purple #76305D

Color information

#76305D (or 0x76305D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 30 and 5D. RGB value is (118,48,93). Sum of RGB (Red+Green+Blue) = 118+48+93=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 48 (19.14% from 255 or 18.53% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #76305D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76305D is #89CFA2. Grayscale: #494949. Windows color (decimal): -9031587 or 6107254. OLE color: 6107254.

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

Color convert

RGB1184893-
CMYK00.590.210.54
HSL321.43º42.17%32.55%-
HSV(B)321.43º59.32%46.27%-
XYZ10.56.7611.11-
YUV74.06138.69159.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 48 (19.14% from 255) = 18.53%
BLUE value IS 93 (36.72% from 255) = 35.91%
R=45.56%
G=18.53%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118489300.590.210.54321.4342.1732.55
Hex76305D03B15361412a21
Octal1666013507325665015241
Binary11101101100001011101011101110101110110101000001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76305D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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