#76245E

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

Shades of Palatinate Purple #76245E

Tints of Palatinate Purple #76245E

Color information

#76245E (or 0x76245E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 5E. RGB value is (118,36,94). Sum of RGB (Red+Green+Blue) = 118+36+94=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 36 (14.45% from 255 or 14.52% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #76245E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76245E is #89DBA1. Grayscale: #424242. Windows color (decimal): -9034658 or 6169718. OLE color: 6169718.

HSL color Cylindrical-coordinate representation of color #76245E: hue angle of 317.56º 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 #76245E is Cyan = 0, Magento = 0.69, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1183694-
CMYK00.690.200.54
HSL317.56º53.25%30.2%-
HSV(B)317.56º69.49%46.27%-
XYZ10.125.9211.2-
YUV67.13143.17164.28-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.58%
GREEN value IS 36 (14.45% from 255) = 14.52%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=47.58%
G=14.52%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118369400.690.200.54317.5653.2530.2
Hex76245E045143613e351e
Octal16644136010524664766536
Binary11101101001001011110010001011010011011010011111011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76245E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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