#741166

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

Shades of Palatinate Purple #741166

Tints of Palatinate Purple #741166

Color information

#741166 (or 0x741166) is unknown color: approx Palatinate Purple. HEX triplet: 74, 11 and 66. RGB value is (116,17,102). Sum of RGB (Red+Green+Blue) = 116+17+102=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 17 (7.03% from 255 or 7.23% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #741166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741166 is #8BEE99. Grayscale: #383838. Windows color (decimal): -9170586 or 6689140. OLE color: 6689140.

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

Color convert

RGB11617102-
CMYK00.850.120.55
HSL308.48º74.44%26.08%-
HSV(B)308.48º85.34%45.49%-
XYZ9.85.0713.03-
YUV56.29153.8170.59-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 17 (7.03% from 255) = 7.23%
BLUE value IS 102 (40.23% from 255) = 43.40%
R=49.36%
G=7.23%
B=43.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161710200.850.120.55308.4874.4426.08
Hex741166055C371344a1a
Octal164211460125146746411232
Binary1110100100011100110010101011100110111100110100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741166; }

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

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

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

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

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

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

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

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