#743660

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

Shades of Palatinate Purple #743660

Tints of Palatinate Purple #743660

Color information

#743660 (or 0x743660) is unknown color: approx Palatinate Purple. HEX triplet: 74, 36 and 60. RGB value is (116,54,96). Sum of RGB (Red+Green+Blue) = 116+54+96=266 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.61% from 266); Green value is 54 (21.48% from 255 or 20.30% from 266); Blue value is 96 (37.89% from 255 or 36.09% from 266); Max value from RGB is 116 - color contains mainly: red. Hex color #743660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743660 is #8BC99F. Grayscale: #4D4D4D. Windows color (decimal): -9161120 or 6305396. OLE color: 6305396.

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

Color convert

RGB1165496-
CMYK00.530.170.55
HSL319.35º36.47%33.33%-
HSV(B)319.35º53.45%45.49%-
XYZ10.637.211.89-
YUV77.33138.54155.58-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.61%
GREEN value IS 54 (21.48% from 255) = 20.30%
BLUE value IS 96 (37.89% from 255) = 36.09%
R=43.61%
G=20.30%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116549600.530.170.55319.3536.4733.33
Hex743660035113713f2421
Octal1646614006521674774441
Binary11101001101101100000011010110001110111100111111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743660; }

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

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

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

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

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

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

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

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