#743B6A

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

Shades of Palatinate Purple #743B6A

Tints of Palatinate Purple #743B6A

Color information

#743B6A (or 0x743B6A) is unknown color: approx Palatinate Purple. HEX triplet: 74, 3B and 6A. RGB value is (116,59,106). Sum of RGB (Red+Green+Blue) = 116+59+106=281 (37% of max value = 765). Red value is 116 (45.70% from 255 or 41.28% from 281); Green value is 59 (23.44% from 255 or 21.00% from 281); Blue value is 106 (41.80% from 255 or 37.72% from 281); Max value from RGB is 116 - color contains mainly: red. Hex color #743B6A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743B6A is #8BC495. Grayscale: #515151. Windows color (decimal): -9159830 or 6962036. OLE color: 6962036.

HSL color Cylindrical-coordinate representation of color #743B6A: hue angle of 310.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #743B6A is Cyan = 0, Magento = 0.49, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB11659106-
CMYK00.490.090.55
HSL310.53º32.57%34.31%-
HSV(B)310.53º49.14%45.49%-
XYZ11.377.8814.56-
YUV81.4141.88152.68-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 41.28%
GREEN value IS 59 (23.44% from 255) = 21.00%
BLUE value IS 106 (41.80% from 255) = 37.72%
R=41.28%
G=21.00%
B=37.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165910600.490.090.55310.5332.5734.31
Hex743B6A0319371372122
Octal1647315206111674674142
Binary1110100111011110101001100011001110111100110111100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743B6A; }

 p { color: rgb(116,59,106); }

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

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

 a { background-color: rgb(116,59,106); }

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

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

 span { border-color: rgb(116,59,106); }

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