#741D64

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

Shades of Palatinate Purple #741D64

Tints of Palatinate Purple #741D64

Color information

#741D64 (or 0x741D64) is unknown color: approx Palatinate Purple. HEX triplet: 74, 1D and 64. RGB value is (116,29,100). Sum of RGB (Red+Green+Blue) = 116+29+100=245 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.35% from 245); Green value is 29 (11.72% from 255 or 11.84% from 245); Blue value is 100 (39.45% from 255 or 40.82% from 245); Max value from RGB is 116 - color contains mainly: red. Hex color #741D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #741D64 is #8BE29B. Grayscale: #3E3E3E. Windows color (decimal): -9167516 or 6561140. OLE color: 6561140.

HSL color Cylindrical-coordinate representation of color #741D64: hue angle of 311.03º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #741D64 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.55.

Color convert

RGB11629100-
CMYK00.750.140.55
HSL311.03º60%28.43%-
HSV(B)311.03º75%45.49%-
XYZ9.945.5112.6-
YUV63.11148.82165.73-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.35%
GREEN value IS 29 (11.72% from 255) = 11.84%
BLUE value IS 100 (39.45% from 255) = 40.82%
R=47.35%
G=11.84%
B=40.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162910000.750.140.55311.036028.43
Hex741D6404BE371373c1c
Octal16435144011316674677434
Binary111010011101110010001001011111011011110011011111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741D64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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