#76195F

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

Shades of Palatinate Purple #76195F

Tints of Palatinate Purple #76195F

Color information

#76195F (or 0x76195F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 19 and 5F. RGB value is (118,25,95). Sum of RGB (Red+Green+Blue) = 118+25+95=238 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.58% from 238); Green value is 25 (10.16% from 255 or 10.50% from 238); Blue value is 95 (37.5% from 255 or 39.92% from 238); Max value from RGB is 118 - color contains mainly: red. Hex color #76195F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76195F is #89E6A0. Grayscale: #3C3C3C. Windows color (decimal): -9037473 or 6232438. OLE color: 6232438.

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

Color convert

RGB1182595-
CMYK00.790.190.54
HSL314.84º65.03%28.04%-
HSV(B)314.84º78.81%46.27%-
XYZ9.885.3711.34-
YUV60.79147.31168.81-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.58%
GREEN value IS 25 (10.16% from 255) = 10.50%
BLUE value IS 95 (37.5% from 255) = 39.92%
R=49.58%
G=10.50%
B=39.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118259500.790.190.54314.8465.0328.04
Hex76195F04F133613b411c
Octal166311370117236647310134
Binary11101101100110111110100111110011110110100111011100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76195F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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