#76245F

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

Shades of Palatinate Purple #76245F

Tints of Palatinate Purple #76245F

Color information

#76245F (or 0x76245F) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 5F. RGB value is (118,36,95). Sum of RGB (Red+Green+Blue) = 118+36+95=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 36 (14.45% from 255 or 14.46% from 249); Blue value is 95 (37.5% from 255 or 38.15% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #76245F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76245F is #89DBA0. Grayscale: #434343. Windows color (decimal): -9034657 or 6235254. OLE color: 6235254.

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

Color convert

RGB1183695-
CMYK00.690.190.54
HSL316.83º53.25%30.2%-
HSV(B)316.83º69.49%46.27%-
XYZ10.175.9411.44-
YUV67.24143.67164.2-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.39%
GREEN value IS 36 (14.45% from 255) = 14.46%
BLUE value IS 95 (37.5% from 255) = 38.15%
R=47.39%
G=14.46%
B=38.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.19
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118369500.690.190.54316.8353.2530.2
Hex76245F045133613d351e
Octal16644137010523664756536
Binary11101101001001011111010001011001111011010011110111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76245F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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