#743469

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

Shades of Palatinate Purple #743469

Tints of Palatinate Purple #743469

Color information

#743469 (or 0x743469) is unknown color: approx Palatinate Purple. HEX triplet: 74, 34 and 69. RGB value is (116,52,105). Sum of RGB (Red+Green+Blue) = 116+52+105=273 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.49% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 116 - color contains mainly: red. Hex color #743469 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743469 is #8BCB96. Grayscale: #4D4D4D. Windows color (decimal): -9161623 or 6894708. OLE color: 6894708.

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

Color convert

RGB11652105-
CMYK00.550.090.55
HSL310.31º38.1%32.94%-
HSV(B)310.31º55.17%45.49%-
XYZ10.987.1914.17-
YUV77.18143.7155.69-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.49%
GREEN value IS 52 (20.70% from 255) = 19.05%
BLUE value IS 105 (41.41% from 255) = 38.46%
R=42.49%
G=19.05%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165210500.550.090.55310.3138.132.94
Hex7434690379371362621
Octal1646415106711674664641
Binary1110100110100110100101101111001110111100110110100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743469; }

 p { color: rgb(116,52,105); }

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

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

 a { background-color: rgb(116,52,105); }

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

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

 span { border-color: rgb(116,52,105); }

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