#76235C

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

Shades of Palatinate Purple #76235C

Tints of Palatinate Purple #76235C

Color information

#76235C (or 0x76235C) is unknown color: approx Palatinate Purple. HEX triplet: 76, 23 and 5C. RGB value is (118,35,92). Sum of RGB (Red+Green+Blue) = 118+35+92=245 (32% of max value = 765). Red value is 118 (46.48% from 255 or 48.16% from 245); Green value is 35 (14.06% from 255 or 14.29% from 245); Blue value is 92 (36.33% from 255 or 37.55% from 245); Max value from RGB is 118 - color contains mainly: red. Hex color #76235C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76235C is #89DCA3. Grayscale: #424242. Windows color (decimal): -9034916 or 6038390. OLE color: 6038390.

HSL color Cylindrical-coordinate representation of color #76235C: hue angle of 318.8º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76235C is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB1183592-
CMYK00.700.220.54
HSL318.8º54.25%30%-
HSV(B)318.8º70.34%46.27%-
XYZ105.8310.72-
YUV66.32142.5164.87-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.16%
GREEN value IS 35 (14.06% from 255) = 14.29%
BLUE value IS 92 (36.33% from 255) = 37.55%
R=48.16%
G=14.29%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.22
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118359200.700.220.54318.854.2530
Hex76235C046163613f361e
Octal16643134010626664776636
Binary11101101000111011100010001101011011011010011111111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76235C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76235C; }

 p { color: rgb(118,35,92); }

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

<style>
 a { background-color: #76235C; }

 a { background-color: rgb(118,35,92); }

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

<style>
 span { border-color: #76235C; }

 span { border-color: rgb(118,35,92); }

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