#760D64

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

Shades of Palatinate Purple #760D64

Tints of Palatinate Purple #760D64

Color information

#760D64 (or 0x760D64) is unknown color: approx Palatinate Purple. HEX triplet: 76, 0D and 64. RGB value is (118,13,100). Sum of RGB (Red+Green+Blue) = 118+13+100=231 (30% of max value = 765). Red value is 118 (46.48% from 255 or 51.08% from 231); Green value is 13 (5.47% from 255 or 5.63% from 231); Blue value is 100 (39.45% from 255 or 43.29% from 231); Max value from RGB is 118 - color contains mainly: red. Hex color #760D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #760D64 is #89F29B. Grayscale: #363636. Windows color (decimal): -9040540 or 6557046. OLE color: 6557046.

HSL color Cylindrical-coordinate representation of color #760D64: hue angle of 310.29º 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 #760D64 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.54.

Color convert

RGB11813100-
CMYK00.890.150.54
HSL310.29º80.15%25.69%-
HSV(B)310.29º88.98%46.27%-
XYZ9.925.0612.51-
YUV54.31153.79173.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 51.08%
GREEN value IS 13 (5.47% from 255) = 5.63%
BLUE value IS 100 (39.45% from 255) = 43.29%
R=51.08%
G=5.63%
B=43.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.15
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181310000.890.150.54310.2980.1525.69
Hex76D64059F36136501a
Octal166151440131176646612032
Binary111011011011100100010110011111110110100110110101000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #760D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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