#743666

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

Shades of Palatinate Purple #743666

Tints of Palatinate Purple #743666

Color information

#743666 (or 0x743666) is unknown color: approx Palatinate Purple. HEX triplet: 74, 36 and 66. RGB value is (116,54,102). Sum of RGB (Red+Green+Blue) = 116+54+102=272 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.65% from 272); Green value is 54 (21.48% from 255 or 19.85% from 272); Blue value is 102 (40.23% from 255 or 37.5% from 272); Max value from RGB is 116 - color contains mainly: red. Hex color #743666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743666 is #8BC999. Grayscale: #4D4D4D. Windows color (decimal): -9161114 or 6698612. OLE color: 6698612.

HSL color Cylindrical-coordinate representation of color #743666: hue angle of 313.55º degrees, saturation: 0.36, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #743666 is Cyan = 0, Magento = 0.53, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11654102-
CMYK00.530.120.55
HSL313.55º36.47%33.33%-
HSV(B)313.55º53.45%45.49%-
XYZ10.927.3113.41-
YUV78.01141.54155.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.65%
GREEN value IS 54 (21.48% from 255) = 19.85%
BLUE value IS 102 (40.23% from 255) = 37.5%
R=42.65%
G=19.85%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165410200.530.120.55313.5536.4733.33
Hex743666035C3713a2421
Octal1646614606514674724441
Binary1110100110110110011001101011100110111100111010100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743666; }

 p { color: rgb(116,54,102); }

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

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

 a { background-color: rgb(116,54,102); }

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

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

 span { border-color: rgb(116,54,102); }

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