#76245A

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

Shades of Palatinate Purple #76245A

Tints of Palatinate Purple #76245A

Color information

#76245A (or 0x76245A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 5A. RGB value is (118,36,90). Sum of RGB (Red+Green+Blue) = 118+36+90=244 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.36% from 244); Green value is 36 (14.45% from 255 or 14.75% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 118 - color contains mainly: red. Hex color #76245A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76245A is #89DBA5. Grayscale: #424242. Windows color (decimal): -9034662 or 5907574. OLE color: 5907574.

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

Color convert

RGB1183690-
CMYK00.690.240.54
HSL320.49º53.25%30.2%-
HSV(B)320.49º69.49%46.27%-
XYZ9.955.8510.28-
YUV66.67141.17164.61-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.36%
GREEN value IS 36 (14.45% from 255) = 14.75%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=48.36%
G=14.75%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118369000.690.240.54320.4953.2530.2
Hex76245A0451836140351e
Octal16644132010530665006536
Binary11101101001001011010010001011100011011010100000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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