#672666

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

Shades of Palatinate Purple #672666

Tints of Palatinate Purple #672666

Color information

#672666 (or 0x672666) is unknown color: approx Palatinate Purple. HEX triplet: 67, 26 and 66. RGB value is (103,38,102). Sum of RGB (Red+Green+Blue) = 103+38+102=243 (32% of max value = 765). Red value is 103 (40.62% from 255 or 42.39% from 243); Green value is 38 (15.23% from 255 or 15.64% from 243); Blue value is 102 (40.23% from 255 or 41.98% from 243); Max value from RGB is 103 - color contains mainly: red. Hex color #672666 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672666 is #98D999. Grayscale: #404040. Windows color (decimal): -10017178 or 6694503. OLE color: 6694503.

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

Color convert

RGB10338102-
CMYK00.630.010.60
HSL300.92º46.1%27.65%-
HSV(B)300.92º63.11%40.39%-
XYZ8.685.2313.12-
YUV64.73149.03155.3-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.39%
GREEN value IS 38 (15.23% from 255) = 15.64%
BLUE value IS 102 (40.23% from 255) = 41.98%
R=42.39%
G=15.64%
B=41.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1033810200.630.010.60300.9246.127.65
Hex67266603F13C12d2e1c
Octal147461460771744555634
Binary110011110011011001100111111111110010010110110111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672666; }

 p { color: rgb(103,38,102); }

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

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

 a { background-color: rgb(103,38,102); }

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

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

 span { border-color: rgb(103,38,102); }

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