#760d61

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

Shades of Palatinate Purple #760D61

Tints of Palatinate Purple #760D61

Color information

#760D61 (or 0x760D61) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0D and 61. RGB value is (118,13,97). Sum of RGB (Red+Green+Blue) = 118+13+97=228 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.75% from 228); Green value is 13 (5.47% from 255 or 5.70% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 118 - color contains mainly: red. Hex color #760D61 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D61 is #89F29E. Grayscale: #353535. Windows color (decimal): -9040543 or 6360438. OLE color: 6360438.

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

Color convert

RGB1181397-
CMYK00.890.180.54
HSL312º80.15%25.69%-
HSV(B)312º88.98%46.27%-
XYZ9.77511.76-
YUV53.97152.29173.67-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.75%
GREEN value IS 13 (5.47% from 255) = 5.70%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=51.75%
G=5.70%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118139700.890.180.5431280.1525.69
Hex76D610591236138501a
Octal166151410131226647012032
Binary1110110110111000010101100110010110110100111000101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760d61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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