#741E64

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

Shades of Palatinate Purple #741E64

Tints of Palatinate Purple #741E64

Color information

#741E64 (or 0x741E64) is unknown color: approx Palatinate Purple. HEX triplet: 74, 1E and 64. RGB value is (116,30,100). Sum of RGB (Red+Green+Blue) = 116+30+100=246 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.15% from 246); Green value is 30 (12.11% from 255 or 12.20% from 246); Blue value is 100 (39.45% from 255 or 40.65% from 246); Max value from RGB is 116 - color contains mainly: red. Hex color #741E64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E64 is #8BE19B. Grayscale: #3F3F3F. Windows color (decimal): -9167260 or 6561396. OLE color: 6561396.

HSL color Cylindrical-coordinate representation of color #741E64: hue angle of 311.16º 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 #741E64 is Cyan = 0, Magento = 0.74, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11630100-
CMYK00.740.140.55
HSL311.16º58.9%28.63%-
HSV(B)311.16º74.14%45.49%-
XYZ9.975.5612.6-
YUV63.69148.49165.31-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.15%
GREEN value IS 30 (12.11% from 255) = 12.20%
BLUE value IS 100 (39.45% from 255) = 40.65%
R=47.15%
G=12.20%
B=40.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163010000.740.140.55311.1658.928.63
Hex741E6404AE371373b1d
Octal16436144011216674677335
Binary111010011110110010001001010111011011110011011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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