#76245B

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

Shades of Palatinate Purple #76245B

Tints of Palatinate Purple #76245B

Color information

#76245B (or 0x76245B) is unknown color: approx Palatinate Purple. HEX triplet: 76, 24 and 5B. RGB value is (118,36,91). Sum of RGB (Red+Green+Blue) = 118+36+91=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 36 (14.45% from 255 or 14.69% from 245); Blue value is 91 (35.94% from 255 or 37.14% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76245B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76245B is #89DBA4. Grayscale: #424242. Windows color (decimal): -9034661 or 5973110. OLE color: 5973110.

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

Color convert

RGB1183691-
CMYK00.690.230.54
HSL319.76º53.25%30.2%-
HSV(B)319.76º69.49%46.27%-
XYZ9.995.8710.5-
YUV66.79141.67164.53-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 36 (14.45% from 255) = 14.69%
BLUE value IS 91 (35.94% from 255) = 37.14%
R=48.16%
G=14.69%
B=37.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.23
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118369100.690.230.54319.7653.2530.2
Hex76245B0451736140351e
Octal16644133010527665006536
Binary11101101001001011011010001011011111011010100000011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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