#741661

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

Shades of Palatinate Purple #741661

Tints of Palatinate Purple #741661

Color information

#741661 (or 0x741661) is unknown color: approx Palatinate Purple. HEX triplet: 74, 16 and 61. RGB value is (116,22,97). Sum of RGB (Red+Green+Blue) = 116+22+97=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 22 (8.98% from 255 or 9.36% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #741661 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741661 is #8BE99E. Grayscale: #3A3A3A. Windows color (decimal): -9169311 or 6362740. OLE color: 6362740.

HSL color Cylindrical-coordinate representation of color #741661: hue angle of 312.13º 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 #741661 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1162297-
CMYK00.810.160.55
HSL312.13º68.12%27.06%-
HSV(B)312.13º81.03%45.49%-
XYZ9.655.1511.79-
YUV58.66149.64168.9-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 22 (8.98% from 255) = 9.36%
BLUE value IS 97 (38.28% from 255) = 41.28%
R=49.36%
G=9.36%
B=41.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116229700.810.160.55312.1368.1227.06
Hex7416610511037138441b
Octal164261410121206747010433
Binary11101001011011000010101000110000110111100111000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741661; }

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

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

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

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

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

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

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

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