#76265E

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

Shades of Palatinate Purple #76265E

Tints of Palatinate Purple #76265E

Color information

#76265E (or 0x76265E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 26 and 5E. RGB value is (118,38,94). Sum of RGB (Red+Green+Blue) = 118+38+94=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 38 (15.23% from 255 or 15.2% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #76265E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76265E is #89D9A1. Grayscale: #444444. Windows color (decimal): -9034146 or 6170230. OLE color: 6170230.

HSL color Cylindrical-coordinate representation of color #76265E: hue angle of 318º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #76265E is Cyan = 0, Magento = 0.68, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB1183894-
CMYK00.680.200.54
HSL318º51.28%30.59%-
HSV(B)318º67.8%46.27%-
XYZ10.186.0511.22-
YUV68.3142.5163.45-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 47.2%
GREEN value IS 38 (15.23% from 255) = 15.2%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=47.2%
G=15.2%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118389400.680.200.5431851.2830.59
Hex76265E044143613e331f
Octal16646136010424664766337
Binary11101101001101011110010001001010011011010011111011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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