#743665

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

Shades of Palatinate Purple #743665

Tints of Palatinate Purple #743665

Color information

#743665 (or 0x743665) is unknown color: approx Palatinate Purple. HEX triplet: 74, 36 and 65. RGB value is (116,54,101). Sum of RGB (Red+Green+Blue) = 116+54+101=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 54 (21.48% from 255 or 19.93% from 271); Blue value is 101 (39.84% from 255 or 37.27% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #743665 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743665 is #8BC99A. Grayscale: #4D4D4D. Windows color (decimal): -9161115 or 6633076. OLE color: 6633076.

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

Color convert

RGB11654101-
CMYK00.530.130.55
HSL314.52º36.47%33.33%-
HSV(B)314.52º53.45%45.49%-
XYZ10.877.2913.15-
YUV77.9141.04155.18-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 54 (21.48% from 255) = 19.93%
BLUE value IS 101 (39.84% from 255) = 37.27%
R=42.80%
G=19.93%
B=37.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165410100.530.130.55314.5236.4733.33
Hex743665035D3713b2421
Octal1646614506515674734441
Binary1110100110110110010101101011101110111100111011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743665; }

 p { color: rgb(116,54,101); }

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

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

 a { background-color: rgb(116,54,101); }

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

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

 span { border-color: rgb(116,54,101); }

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