#673059

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

Shades of Palatinate Purple #673059

Tints of Palatinate Purple #673059

Color information

#673059 (or 0x673059) is unknown color: approx Palatinate Purple. HEX triplet: 67, 30 and 59. RGB value is (103,48,89). Sum of RGB (Red+Green+Blue) = 103+48+89=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 48 (19.14% from 255 or 20% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #673059 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673059 is #98CFA6. Grayscale: #454545. Windows color (decimal): -10014631 or 5845095. OLE color: 5845095.

HSL color Cylindrical-coordinate representation of color #673059: hue angle of 315.27º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #673059 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.60.

Color convert

RGB1034889-
CMYK00.530.140.60
HSL315.27º36.42%29.61%-
HSV(B)315.27º53.4%40.39%-
XYZ8.455.7210.11-
YUV69.12139.22152.17-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 48 (19.14% from 255) = 20%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=42.92%
G=20%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103488900.530.140.60315.2736.4229.61
Hex673059035E3C13b241e
Octal1476013106516744734436
Binary110011111000010110010110101111011110010011101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673059; }

 p { color: rgb(103,48,89); }

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

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

 a { background-color: rgb(103,48,89); }

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

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

 span { border-color: rgb(103,48,89); }

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