#760A61

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

Shades of Palatinate Purple #760A61

Tints of Palatinate Purple #760A61

Color information

#760A61 (or 0x760A61) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0A and 61. RGB value is (118,10,97). Sum of RGB (Red+Green+Blue) = 118+10+97=225 (29% of max value = 765). Red value is 118 (46.48% from 255 or 52.44% from 225); Green value is 10 (4.30% from 255 or 4.44% from 225); Blue value is 97 (38.28% from 255 or 43.11% from 225); Max value from RGB is 118 - color contains mainly: red. Hex color #760A61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760A61 is #89F59E. Grayscale: #333333. Windows color (decimal): -9041311 or 6359670. OLE color: 6359670.

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

Color convert

RGB1181097-
CMYK00.920.180.54
HSL311.67º84.38%25.1%-
HSV(B)311.67º91.53%46.27%-
XYZ9.744.9311.75-
YUV52.21153.28174.93-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 52.44%
GREEN value IS 10 (4.30% from 255) = 4.44%
BLUE value IS 97 (38.28% from 255) = 43.11%
R=52.44%
G=4.44%
B=43.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118109700.920.180.54311.6784.3825.1
Hex76A6105C12361385419
Octal166121410134226647012431
Binary1110110101011000010101110010010110110100111000101010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760A61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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