#743060

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

Shades of Palatinate Purple #743060

Tints of Palatinate Purple #743060

Color information

#743060 (or 0x743060) is unknown color: approx Palatinate Purple. HEX triplet: 74, 30 and 60. RGB value is (116,48,96). Sum of RGB (Red+Green+Blue) = 116+48+96=260 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.62% from 260); Green value is 48 (19.14% from 255 or 18.46% from 260); Blue value is 96 (37.89% from 255 or 36.92% from 260); Max value from RGB is 116 - color contains mainly: red. Hex color #743060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743060 is #8BCF9F. Grayscale: #494949. Windows color (decimal): -9162656 or 6303860. OLE color: 6303860.

HSL color Cylindrical-coordinate representation of color #743060: hue angle of 317.65º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #743060 is Cyan = 0, Magento = 0.59, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB1164896-
CMYK00.590.170.55
HSL317.65º41.46%32.16%-
HSV(B)317.65º58.62%45.49%-
XYZ10.376.6711.81-
YUV73.8140.53158.1-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.62%
GREEN value IS 48 (19.14% from 255) = 18.46%
BLUE value IS 96 (37.89% from 255) = 36.92%
R=44.62%
G=18.46%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.17
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116489600.590.170.55317.6541.4632.16
Hex74306003B113713e2920
Octal1646014007321674765140
Binary11101001100001100000011101110001110111100111110101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743060; }

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

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

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

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

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

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

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

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