#672957

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

Shades of Palatinate Purple #672957

Tints of Palatinate Purple #672957

Color information

#672957 (or 0x672957) is unknown color: approx Palatinate Purple. HEX triplet: 67, 29 and 57. RGB value is (103,41,87). Sum of RGB (Red+Green+Blue) = 103+41+87=231 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.59% from 231); Green value is 41 (16.41% from 255 or 17.75% from 231); Blue value is 87 (34.38% from 255 or 37.66% from 231); Max value from RGB is 103 - color contains mainly: red. Hex color #672957 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672957 is #98D6A8. Grayscale: #404040. Windows color (decimal): -10016425 or 5712231. OLE color: 5712231.

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

Color convert

RGB1034187-
CMYK00.600.160.60
HSL315.48º43.06%28.24%-
HSV(B)315.48º60.19%40.39%-
XYZ8.115.169.59-
YUV64.78140.54155.26-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.59%
GREEN value IS 41 (16.41% from 255) = 17.75%
BLUE value IS 87 (34.38% from 255) = 37.66%
R=44.59%
G=17.75%
B=37.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103418700.600.160.60315.4843.0628.24
Hex67295703C103C13b2b1c
Octal1475112707420744735334
Binary1100111101001101011101111001000011110010011101110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672957; }

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

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

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

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

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

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

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

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