#673257

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

Shades of Palatinate Purple #673257

Tints of Palatinate Purple #673257

Color information

#673257 (or 0x673257) is unknown color: approx Palatinate Purple. HEX triplet: 67, 32 and 57. RGB value is (103,50,87). Sum of RGB (Red+Green+Blue) = 103+50+87=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 50 (19.92% from 255 or 20.83% from 240); Blue value is 87 (34.38% from 255 or 36.25% from 240); Max value from RGB is 103 - color contains mainly: red. Hex color #673257 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #673257 is #98CDA8. Grayscale: #454545. Windows color (decimal): -10014121 or 5714535. OLE color: 5714535.

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

Color convert

RGB1035087-
CMYK00.510.160.60
HSL318.11º34.64%30%-
HSV(B)318.11º51.46%40.39%-
XYZ8.455.859.7-
YUV70.06137.56151.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 50 (19.92% from 255) = 20.83%
BLUE value IS 87 (34.38% from 255) = 36.25%
R=42.92%
G=20.83%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103508700.510.160.60318.1134.6430
Hex673257033103C13e231e
Octal1476212706320744764336
Binary1100111110010101011101100111000011110010011111010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #673257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #673257; }

 p { color: rgb(103,50,87); }

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

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

 a { background-color: rgb(103,50,87); }

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

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

 span { border-color: rgb(103,50,87); }

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