#76155F

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

Shades of Palatinate Purple #76155F

Tints of Palatinate Purple #76155F

Color information

#76155F (or 0x76155F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 15 and 5F. RGB value is (118,21,95). Sum of RGB (Red+Green+Blue) = 118+21+95=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 21 (8.59% from 255 or 8.97% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #76155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76155F is #89EAA0. Grayscale: #3A3A3A. Windows color (decimal): -9038497 or 6231414. OLE color: 6231414.

HSL color Cylindrical-coordinate representation of color #76155F: hue angle of 314.23º 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 #76155F is Cyan = 0, Magento = 0.82, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB1182195-
CMYK00.820.190.54
HSL314.23º69.78%27.25%-
HSV(B)314.23º82.2%46.27%-
XYZ9.85.2111.32-
YUV58.44148.64170.48-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 21 (8.59% from 255) = 8.97%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=50.43%
G=8.97%
B=40.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118219500.820.190.54314.2369.7827.25
Hex76155F052133613a461b
Octal166251370122236647210633
Binary11101101010110111110101001010011110110100111010100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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