#761A61

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

Shades of Palatinate Purple #761A61

Tints of Palatinate Purple #761A61

Color information

#761A61 (or 0x761A61) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1A and 61. RGB value is (118,26,97). Sum of RGB (Red+Green+Blue) = 118+26+97=241 (31% of max value = 765). Red value is 118 (46.48% from 255 or 48.96% from 241); Green value is 26 (10.55% from 255 or 10.79% from 241); Blue value is 97 (38.28% from 255 or 40.25% from 241); Max value from RGB is 118 - color contains mainly: red. Hex color #761A61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A61 is #89E59E. Grayscale: #3D3D3D. Windows color (decimal): -9037215 or 6363766. OLE color: 6363766.

HSL color Cylindrical-coordinate representation of color #761A61: hue angle of 313.7º degrees, saturation: 0.64, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #761A61 is Cyan = 0, Magento = 0.78, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB1182697-
CMYK00.780.180.54
HSL313.7º63.89%28.24%-
HSV(B)313.7º77.97%46.27%-
XYZ105.4511.83-
YUV61.6147.98168.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 48.96%
GREEN value IS 26 (10.55% from 255) = 10.79%
BLUE value IS 97 (38.28% from 255) = 40.25%
R=48.96%
G=10.79%
B=40.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118269700.780.180.54313.763.8928.24
Hex761A6104E123613a401c
Octal166321410116226647210034
Binary11101101101011000010100111010010110110100111010100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761A61; }

 p { color: rgb(118,26,97); }

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

<style>
 a { background-color: #761A61; }

 a { background-color: rgb(118,26,97); }

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

<style>
 span { border-color: #761A61; }

 span { border-color: rgb(118,26,97); }

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