#741565

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

Shades of Palatinate Purple #741565

Tints of Palatinate Purple #741565

Color information

#741565 (or 0x741565) is unknown color: approx Palatinate Purple. HEX triplet: 74, 15 and 65. RGB value is (116,21,101). Sum of RGB (Red+Green+Blue) = 116+21+101=238 (31% of max value = 765). Red value is 116 (45.70% from 255 or 48.74% from 238); Green value is 21 (8.59% from 255 or 8.82% from 238); Blue value is 101 (39.84% from 255 or 42.44% from 238); Max value from RGB is 116 - color contains mainly: red. Hex color #741565 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741565 is #8BEA9A. Grayscale: #3A3A3A. Windows color (decimal): -9169563 or 6624628. OLE color: 6624628.

HSL color Cylindrical-coordinate representation of color #741565: hue angle of 309.47º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #741565 is Cyan = 0, Magento = 0.82, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB11621101-
CMYK00.820.130.55
HSL309.47º69.34%26.86%-
HSV(B)309.47º81.9%45.49%-
XYZ9.825.1912.8-
YUV58.52151.97169-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 48.74%
GREEN value IS 21 (8.59% from 255) = 8.82%
BLUE value IS 101 (39.84% from 255) = 42.44%
R=48.74%
G=8.82%
B=42.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162110100.820.130.55309.4769.3426.86
Hex741565052D37135451b
Octal164251450122156746510533
Binary1110100101011100101010100101101110111100110101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741565; }

 p { color: rgb(116,21,101); }

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

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

 a { background-color: rgb(116,21,101); }

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

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

 span { border-color: rgb(116,21,101); }

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