#741668

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

Shades of Palatinate Purple #741668

Tints of Palatinate Purple #741668

Color information

#741668 (or 0x741668) is unknown color: approx Palatinate Purple. HEX triplet: 74, 16 and 68. RGB value is (116,22,104). Sum of RGB (Red+Green+Blue) = 116+22+104=242 (32% of max value = 765). Red value is 116 (45.70% from 255 or 47.93% from 242); Green value is 22 (8.98% from 255 or 9.09% from 242); Blue value is 104 (41.02% from 255 or 42.98% from 242); Max value from RGB is 116 - color contains mainly: red. Hex color #741668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #741668 is #8BE997. Grayscale: #3B3B3B. Windows color (decimal): -9169304 or 6821492. OLE color: 6821492.

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

Color convert

RGB11622104-
CMYK00.810.100.55
HSL307.66º68.12%27.06%-
HSV(B)307.66º81.03%45.49%-
XYZ9.995.2913.59-
YUV59.45153.14168.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 47.93%
GREEN value IS 22 (8.98% from 255) = 9.09%
BLUE value IS 104 (41.02% from 255) = 42.98%
R=47.93%
G=9.09%
B=42.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.10
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1162210400.810.100.55307.6668.1227.06
Hex741668051A37134441b
Octal164261500121126746410433
Binary1110100101101101000010100011010110111100110100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #741668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #741668; }

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

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

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

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

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

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

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

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