#76085F

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

Shades of Palatinate Purple #76085F

Tints of Palatinate Purple #76085F

Color information

#76085F (or 0x76085F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 08 and 5F. RGB value is (118,8,95). Sum of RGB (Red+Green+Blue) = 118+8+95=221 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.39% from 221); Green value is 8 (3.52% from 255 or 3.62% from 221); Blue value is 95 (37.5% from 255 or 42.99% from 221); Max value from RGB is 118 - color contains mainly: red. Hex color #76085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76085F is #89F7A0. Grayscale: #323232. Windows color (decimal): -9041825 or 6228086. OLE color: 6228086.

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

Color convert

RGB118895-
CMYK00.930.190.54
HSL312.55º87.3%24.71%-
HSV(B)312.55º93.22%46.27%-
XYZ9.624.8511.26-
YUV50.81152.94175.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 53.39%
GREEN value IS 8 (3.52% from 255) = 3.62%
BLUE value IS 95 (37.5% from 255) = 42.99%
R=53.39%
G=3.62%
B=42.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal11889500.930.190.54312.5587.324.71
Hex7685F05D13361395719
Octal166101370135236647112731
Binary1110110100010111110101110110011110110100111001101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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