#672466

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

Shades of Palatinate Purple #672466

Tints of Palatinate Purple #672466

Color information

#672466 (or 0x672466) is unknown color: approx Palatinate Purple. HEX triplet: 67, 24 and 66. RGB value is (103,36,102). Sum of RGB (Red+Green+Blue) = 103+36+102=241 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.74% from 241); Green value is 36 (14.45% from 255 or 14.94% from 241); Blue value is 102 (40.23% from 255 or 42.32% from 241); Max value from RGB is 103 - color contains mainly: red. Hex color #672466 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672466 is #98DB99. Grayscale: #3F3F3F. Windows color (decimal): -10017690 or 6693991. OLE color: 6693991.

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

Color convert

RGB10336102-
CMYK00.650.010.60
HSL300.9º48.2%27.25%-
HSV(B)300.9º65.05%40.39%-
XYZ8.625.113.1-
YUV63.56149.7156.13-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.74%
GREEN value IS 36 (14.45% from 255) = 14.94%
BLUE value IS 102 (40.23% from 255) = 42.32%
R=42.74%
G=14.94%
B=42.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1033610200.650.010.60300.948.227.25
Hex67246604113C12d301b
Octal1474414601011744556033
Binary1100111100100110011001000001111110010010110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672466; }

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

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

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

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

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

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

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

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