#741161

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

Shades of Palatinate Purple #741161

Tints of Palatinate Purple #741161

Color information

#741161 (or 0x741161) is unknown color: approx Palatinate Purple. HEX triplet: 74, 11 and 61. RGB value is (116,17,97). Sum of RGB (Red+Green+Blue) = 116+17+97=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 17 (7.03% from 255 or 7.39% from 230); Blue value is 97 (38.28% from 255 or 42.17% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #741161 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741161 is #8BEE9E. Grayscale: #373737. Windows color (decimal): -9170591 or 6361460. OLE color: 6361460.

HSL color Cylindrical-coordinate representation of color #741161: hue angle of 311.52º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #741161 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1161797-
CMYK00.850.160.55
HSL311.52º74.44%26.08%-
HSV(B)311.52º85.34%45.49%-
XYZ9.564.9811.77-
YUV55.72151.3171-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 50.43%
GREEN value IS 17 (7.03% from 255) = 7.39%
BLUE value IS 97 (38.28% from 255) = 42.17%
R=50.43%
G=7.39%
B=42.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116179700.850.160.55311.5274.4426.08
Hex74116105510371384a1a
Octal164211410125206747011232
Binary11101001000111000010101010110000110111100111000100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741161; }

 p { color: rgb(116,17,97); }

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

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

 a { background-color: rgb(116,17,97); }

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

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

 span { border-color: rgb(116,17,97); }

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