#743162

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

Shades of Palatinate Purple #743162

Tints of Palatinate Purple #743162

Color information

#743162 (or 0x743162) is unknown color: approx Palatinate Purple. HEX triplet: 74, 31 and 62. RGB value is (116,49,98). Sum of RGB (Red+Green+Blue) = 116+49+98=263 (34% of max value = 765). Red value is 116 (45.70% from 255 or 44.11% from 263); Green value is 49 (19.53% from 255 or 18.63% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 116 - color contains mainly: red. Hex color #743162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743162 is #8BCE9D. Grayscale: #4A4A4A. Windows color (decimal): -9162398 or 6435188. OLE color: 6435188.

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

Color convert

RGB1164998-
CMYK00.580.160.55
HSL316.12º40.61%32.35%-
HSV(B)316.12º57.76%45.49%-
XYZ10.516.7912.31-
YUV74.62141.2157.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 44.11%
GREEN value IS 49 (19.53% from 255) = 18.63%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=44.11%
G=18.63%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116499800.580.160.55316.1240.6132.35
Hex74316203A103713c2920
Octal1646114207220674745140
Binary11101001100011100010011101010000110111100111100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743162; }

 p { color: rgb(116,49,98); }

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

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

 a { background-color: rgb(116,49,98); }

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

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

 span { border-color: rgb(116,49,98); }

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