#743167

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

Shades of Palatinate Purple #743167

Tints of Palatinate Purple #743167

Color information

#743167 (or 0x743167) is unknown color: approx Palatinate Purple. HEX triplet: 74, 31 and 67. RGB value is (116,49,103). Sum of RGB (Red+Green+Blue) = 116+49+103=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 49 (19.53% from 255 or 18.28% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #743167 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743167 is #8BCE98. Grayscale: #4B4B4B. Windows color (decimal): -9162393 or 6762868. OLE color: 6762868.

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

Color convert

RGB11649103-
CMYK00.580.110.55
HSL311.64º40.61%32.35%-
HSV(B)311.64º57.76%45.49%-
XYZ10.756.8913.6-
YUV75.19143.7157.11-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 43.28%
GREEN value IS 49 (19.53% from 255) = 18.28%
BLUE value IS 103 (40.62% from 255) = 38.43%
R=43.28%
G=18.28%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1164910300.580.110.55311.6440.6132.35
Hex74316703AB371382920
Octal1646114707213674705140
Binary1110100110001110011101110101011110111100111000101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743167; }

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

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

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

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

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

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

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

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