#741E6A

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

Shades of Palatinate Purple #741E6A

Tints of Palatinate Purple #741E6A

Color information

#741E6A (or 0x741E6A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 1E and 6A. RGB value is (116,30,106). Sum of RGB (Red+Green+Blue) = 116+30+106=252 (33% of max value = 765). Red value is 116 (45.70% from 255 or 46.03% from 252); Green value is 30 (12.11% from 255 or 11.90% from 252); Blue value is 106 (41.80% from 255 or 42.06% from 252); Max value from RGB is 116 - color contains mainly: red. Hex color #741E6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741E6A is #8BE195. Grayscale: #404040. Windows color (decimal): -9167254 or 6954612. OLE color: 6954612.

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

Color convert

RGB11630106-
CMYK00.740.090.55
HSL306.98º58.9%28.63%-
HSV(B)306.98º74.14%45.49%-
XYZ10.275.6814.19-
YUV64.38151.49164.82-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 46.03%
GREEN value IS 30 (12.11% from 255) = 11.90%
BLUE value IS 106 (41.80% from 255) = 42.06%
R=46.03%
G=11.90%
B=42.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1163010600.740.090.55306.9858.928.63
Hex741E6A04A9371333b1d
Octal16436152011211674637335
Binary111010011110110101001001010100111011110011001111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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