#761A5A

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

Shades of Palatinate Purple #761A5A

Tints of Palatinate Purple #761A5A

Color information

#761A5A (or 0x761A5A) is unknown color: approx Palatinate Purple. HEX triplet: 76, 1A and 5A. RGB value is (118,26,90). Sum of RGB (Red+Green+Blue) = 118+26+90=234 (30% of max value = 765). Red value is 118 (46.48% from 255 or 50.43% from 234); Green value is 26 (10.55% from 255 or 11.11% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 118 - color contains mainly: red. Hex color #761A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #761A5A is #89E5A5. Grayscale: #3C3C3C. Windows color (decimal): -9037222 or 5905014. OLE color: 5905014.

HSL color Cylindrical-coordinate representation of color #761A5A: hue angle of 318.26º 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 #761A5A is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB1182690-
CMYK00.780.240.54
HSL318.26º63.89%28.24%-
HSV(B)318.26º77.97%46.27%-
XYZ9.695.3310.19-
YUV60.8144.48168.8-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 50.43%
GREEN value IS 26 (10.55% from 255) = 11.11%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=50.43%
G=11.11%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.24
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118269000.780.240.54318.2663.8928.24
Hex761A5A04E183613e401c
Octal166321320116306647610034
Binary11101101101010110100100111011000110110100111110100000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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