#741167

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

Shades of Palatinate Purple #741167

Tints of Palatinate Purple #741167

Color information

#741167 (or 0x741167) is unknown color: approx Palatinate Purple. HEX triplet: 74, 11 and 67. RGB value is (116,17,103). Sum of RGB (Red+Green+Blue) = 116+17+103=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 17 (7.03% from 255 or 7.20% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #741167 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741167 is #8BEE98. Grayscale: #383838. Windows color (decimal): -9170585 or 6754676. OLE color: 6754676.

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

Color convert

RGB11617103-
CMYK00.850.110.55
HSL307.88º74.44%26.08%-
HSV(B)307.88º85.34%45.49%-
XYZ9.855.0913.3-
YUV56.4154.3170.51-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 17 (7.03% from 255) = 7.20%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=49.15%
G=7.20%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1161710300.850.110.55307.8874.4426.08
Hex741167055B371344a1a
Octal164211470125136746411232
Binary1110100100011100111010101011011110111100110100100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741167; }

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

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

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

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

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

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

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

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