#76235D

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

Shades of Palatinate Purple #76235D

Tints of Palatinate Purple #76235D

Color information

#76235D (or 0x76235D) is unknown color: approx Palatinate Purple. HEX triplet: 76, 23 and 5D. RGB value is (118,35,93). Sum of RGB (Red+Green+Blue) = 118+35+93=246 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.97% from 246); Green value is 35 (14.06% from 255 or 14.23% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 118 - color contains mainly: red. Hex color #76235D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76235D is #89DCA2. Grayscale: #424242. Windows color (decimal): -9034915 or 6103926. OLE color: 6103926.

HSL color Cylindrical-coordinate representation of color #76235D: hue angle of 318.07º 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 #76235D is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.54.

Color convert

RGB1183593-
CMYK00.700.210.54
HSL318.07º54.25%30%-
HSV(B)318.07º70.34%46.27%-
XYZ10.055.8410.95-
YUV66.43143164.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.97%
GREEN value IS 35 (14.06% from 255) = 14.23%
BLUE value IS 93 (36.72% from 255) = 37.80%
R=47.97%
G=14.23%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.21
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118359300.700.210.54318.0754.2530
Hex76235D046153613e361e
Octal16643135010625664766636
Binary11101101000111011101010001101010111011010011111011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76235D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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