#672168

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

Shades of Palatinate Purple #672168

Tints of Palatinate Purple #672168

Color information

#672168 (or 0x672168) is unknown color: approx Palatinate Purple. HEX triplet: 67, 21 and 68. RGB value is (103,33,104). Sum of RGB (Red+Green+Blue) = 103+33+104=240 (31% of max value = 765). Red value is 103 (40.62% from 255 or 42.92% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 104 (41.02% from 255 or 43.33% from 240); Max value from RGB is 104 - color contains mainly: blue. Hex color #672168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #672168 is #98DE97. Grayscale: #3D3D3D. Windows color (decimal): -10018456 or 6824295. OLE color: 6824295.

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

Color convert

RGB10333104-
CMYK0.010.6800.59
HSL299.15º51.82%26.86%-
HSV(B)299.15º68.27%40.78%-
XYZ8.644.9713.6-
YUV62.02151.69157.23-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 42.92%
GREEN value IS 33 (13.28% from 255) = 13.75%
BLUE value IS 104 (41.02% from 255) = 43.33%
R=42.92%
G=13.75%
B=43.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103331040.010.6800.59299.1551.8226.86
Hex67216814403B12b341b
Octal1474115011040734536433
Binary1100111100001110100011000100011101110010101111010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672168; }

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

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

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

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

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

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

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

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