#741E66

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

Shades of Palatinate Purple #741E66

Tints of Palatinate Purple #741E66

Color information

#741E66 (or 0x741E66) is unknown color: approx Palatinate Purple. HEX triplet: 74, 1E and 66. RGB value is (116,30,102). Sum of RGB (Red+Green+Blue) = 116+30+102=248 (32% of max value = 765). Red value is 116 (45.70% from 255 or 46.77% from 248); Green value is 30 (12.11% from 255 or 12.10% from 248); Blue value is 102 (40.23% from 255 or 41.13% from 248); Max value from RGB is 116 - color contains mainly: red. Hex color #741E66 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E66 is #8BE199. Grayscale: #3F3F3F. Windows color (decimal): -9167258 or 6692468. OLE color: 6692468.

HSL color Cylindrical-coordinate representation of color #741E66: hue angle of 309.77º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #741E66 is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11630102-
CMYK00.740.120.55
HSL309.77º58.9%28.63%-
HSV(B)309.77º74.14%45.49%-
XYZ10.075.613.12-
YUV63.92149.49165.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.77%
GREEN value IS 30 (12.11% from 255) = 12.10%
BLUE value IS 102 (40.23% from 255) = 41.13%
R=46.77%
G=12.10%
B=41.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163010200.740.120.55309.7758.928.63
Hex741E6604AC371363b1d
Octal16436146011214674667335
Binary111010011110110011001001010110011011110011011011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741E66; }

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

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

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

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

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

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

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

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