#672268

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

Shades of Palatinate Purple #672268

Tints of Palatinate Purple #672268

Color information

#672268 (or 0x672268) is unknown color: approx Palatinate Purple. HEX triplet: 67, 22 and 68. RGB value is (103,34,104). Sum of RGB (Red+Green+Blue) = 103+34+104=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 34 (13.67% from 255 or 14.11% from 241); Blue value is 104 (41.02% from 255 or 43.15% from 241); Max value from RGB is 104 - color contains mainly: blue. Hex color #672268 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672268 is #98DD97. Grayscale: #3E3E3E. Windows color (decimal): -10018200 or 6824551. OLE color: 6824551.

HSL color Cylindrical-coordinate representation of color #672268: hue angle of 299.14º degrees, saturation: 0.51, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #672268 is Cyan = 0.01, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10334104-
CMYK0.010.6700.59
HSL299.14º50.72%27.06%-
HSV(B)299.14º67.31%40.78%-
XYZ8.665.0313.61-
YUV62.61151.36156.81-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 34 (13.67% from 255) = 14.11%
BLUE value IS 104 (41.02% from 255) = 43.15%
R=42.74%
G=14.11%
B=43.15%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103341040.010.6700.59299.1450.7227.06
Hex67226814303B12b331b
Octal1474215011030734536333
Binary1100111100010110100011000011011101110010101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672268; }

 p { color: rgb(103,34,104); }

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

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

 a { background-color: rgb(103,34,104); }

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

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

 span { border-color: rgb(103,34,104); }

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