#741669

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

Shades of Palatinate Purple #741669

Tints of Palatinate Purple #741669

Color information

#741669 (or 0x741669) is unknown color: approx Palatinate Purple. HEX triplet: 74, 16 and 69. RGB value is (116,22,105). Sum of RGB (Red+Green+Blue) = 116+22+105=243 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.74% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 116 - color contains mainly: red. Hex color #741669 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741669 is #8BE996. Grayscale: #3B3B3B. Windows color (decimal): -9169303 or 6887028. OLE color: 6887028.

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

Color convert

RGB11622105-
CMYK00.810.090.55
HSL307.02º68.12%27.06%-
HSV(B)307.02º81.03%45.49%-
XYZ10.045.3113.86-
YUV59.57153.64168.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.74%
GREEN value IS 22 (8.98% from 255) = 9.05%
BLUE value IS 105 (41.41% from 255) = 43.21%
R=47.74%
G=9.05%
B=43.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162210500.810.090.55307.0268.1227.06
Hex741669051937133441b
Octal164261510121116746310433
Binary1110100101101101001010100011001110111100110011100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741669; }

 p { color: rgb(116,22,105); }

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

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

 a { background-color: rgb(116,22,105); }

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

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

 span { border-color: rgb(116,22,105); }

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