#741560

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

Shades of Palatinate Purple #741560

Tints of Palatinate Purple #741560

Color information

#741560 (or 0x741560) is unknown color: approx Palatinate Purple. HEX triplet: 74, 15 and 60. RGB value is (116,21,96). Sum of RGB (Red+Green+Blue) = 116+21+96=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 21 (8.59% from 255 or 9.01% from 233); Blue value is 96 (37.89% from 255 or 41.20% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #741560 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741560 is #8BEA9F. Grayscale: #393939. Windows color (decimal): -9169568 or 6296948. OLE color: 6296948.

HSL color Cylindrical-coordinate representation of color #741560: hue angle of 312.63º 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 #741560 is Cyan = 0, Magento = 0.82, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1162196-
CMYK00.820.170.55
HSL312.63º69.34%26.86%-
HSV(B)312.63º81.9%45.49%-
XYZ9.585.0911.54-
YUV57.96149.47169.4-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 21 (8.59% from 255) = 9.01%
BLUE value IS 96 (37.89% from 255) = 41.20%
R=49.79%
G=9.01%
B=41.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116219600.820.170.55312.6369.3426.86
Hex7415600521137139451b
Octal164251400122216747110533
Binary11101001010111000000101001010001110111100111001100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741560; }

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

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

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

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

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

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

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

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