#76155E

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

Shades of Palatinate Purple #76155E

Tints of Palatinate Purple #76155E

Color information

#76155E (or 0x76155E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 15 and 5E. RGB value is (118,21,94). Sum of RGB (Red+Green+Blue) = 118+21+94=233 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.64% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 118 - color contains mainly: red. Hex color #76155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76155E is #89EAA1. Grayscale: #3A3A3A. Windows color (decimal): -9038498 or 6165878. OLE color: 6165878.

HSL color Cylindrical-coordinate representation of color #76155E: hue angle of 314.85º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #76155E is Cyan = 0, Magento = 0.82, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1182194-
CMYK00.820.200.54
HSL314.85º69.78%27.25%-
HSV(B)314.85º82.2%46.27%-
XYZ9.765.211.08-
YUV58.32148.14170.56-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.64%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=50.64%
G=9.01%
B=40.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118219400.820.200.54314.8569.7827.25
Hex76155E052143613b461b
Octal166251360122246647310633
Binary11101101010110111100101001010100110110100111011100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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