#76125E

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

Shades of Palatinate Purple #76125E

Tints of Palatinate Purple #76125E

Color information

#76125E (or 0x76125E) is unknown color: approx Palatinate Purple. HEX triplet: 76, 12 and 5E. RGB value is (118,18,94). Sum of RGB (Red+Green+Blue) = 118+18+94=230 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.30% from 230); Green value is 18 (7.42% from 255 or 7.83% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 118 - color contains mainly: red. Hex color #76125E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #76125E is #89EDA1. Grayscale: #383838. Windows color (decimal): -9039266 or 6165110. OLE color: 6165110.

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

Color convert

RGB1181894-
CMYK00.850.200.54
HSL314.4º73.53%26.67%-
HSV(B)314.4º84.75%46.27%-
XYZ9.715.0911.06-
YUV56.56149.13171.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.30%
GREEN value IS 18 (7.42% from 255) = 7.83%
BLUE value IS 94 (37.11% from 255) = 40.87%
R=51.30%
G=7.83%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118189400.850.200.54314.473.5326.67
Hex76125E055143613a4a1b
Octal166221360125246647211233
Binary11101101001010111100101010110100110110100111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76125E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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