#743467

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

Shades of Palatinate Purple #743467

Tints of Palatinate Purple #743467

Color information

#743467 (or 0x743467) is unknown color: approx Palatinate Purple. HEX triplet: 74, 34 and 67. RGB value is (116,52,103). Sum of RGB (Red+Green+Blue) = 116+52+103=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 103 (40.62% from 255 or 38.01% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #743467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #743467 is #8BCB98. Grayscale: #4C4C4C. Windows color (decimal): -9161625 or 6763636. OLE color: 6763636.

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

Color convert

RGB11652103-
CMYK00.550.110.55
HSL312.19º38.1%32.94%-
HSV(B)312.19º55.17%45.49%-
XYZ10.887.1513.64-
YUV76.95142.7155.85-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 42.80%
GREEN value IS 52 (20.70% from 255) = 19.19%
BLUE value IS 103 (40.62% from 255) = 38.01%
R=42.80%
G=19.19%
B=38.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1165210300.550.110.55312.1938.132.94
Hex743467037B371382621
Octal1646414706713674704641
Binary1110100110100110011101101111011110111100111000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #743467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #743467; }

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

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

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

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

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

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

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

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