#761465

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

Shades of Palatinate Purple #761465

Tints of Palatinate Purple #761465

Color information

#761465 (or 0x761465) is unknown color: approx Palatinate Purple. HEX triplet: 76, 14 and 65. RGB value is (118,20,101). Sum of RGB (Red+Green+Blue) = 118+20+101=239 (31% of max value = 765). Red value is 118 (46.48% from 255 or 49.37% from 239); Green value is 20 (8.20% from 255 or 8.37% from 239); Blue value is 101 (39.84% from 255 or 42.26% from 239); Max value from RGB is 118 - color contains mainly: red. Hex color #761465 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761465 is #89EB9A. Grayscale: #3A3A3A. Windows color (decimal): -9038747 or 6624374. OLE color: 6624374.

HSL color Cylindrical-coordinate representation of color #761465: hue angle of 310.41º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #761465 is Cyan = 0, Magento = 0.83, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB11820101-
CMYK00.830.140.54
HSL310.41º71.01%27.06%-
HSV(B)310.41º83.05%46.27%-
XYZ10.075.2912.8-
YUV58.54151.97170.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 49.37%
GREEN value IS 20 (8.20% from 255) = 8.37%
BLUE value IS 101 (39.84% from 255) = 42.26%
R=49.37%
G=8.37%
B=42.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.14
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1182010100.830.140.54310.4171.0127.06
Hex761465053E36136471b
Octal166241450123166646610733
Binary1110110101001100101010100111110110110100110110100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #761465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #761465; }

 p { color: rgb(118,20,101); }

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

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

 a { background-color: rgb(118,20,101); }

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

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

 span { border-color: rgb(118,20,101); }

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