#671668

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

Shades of Palatinate Purple #671668

Tints of Palatinate Purple #671668

Color information

#671668 (or 0x671668) is unknown color: approx Palatinate Purple. HEX triplet: 67, 16 and 68. RGB value is (103,22,104). Sum of RGB (Red+Green+Blue) = 103+22+104=229 (30% of max value = 765). Red value is 103 (40.62% from 255 or 44.98% from 229); Green value is 22 (8.98% from 255 or 9.61% from 229); Blue value is 104 (41.02% from 255 or 45.41% from 229); Max value from RGB is 104 - color contains mainly: blue. Hex color #671668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #671668 is #98E997. Grayscale: #373737. Windows color (decimal): -10021272 or 6821479. OLE color: 6821479.

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

Color convert

RGB10322104-
CMYK0.010.7900.59
HSL299.27º65.08%24.71%-
HSV(B)299.27º78.85%40.78%-
XYZ8.384.4613.52-
YUV55.57155.34161.83-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 44.98%
GREEN value IS 22 (8.98% from 255) = 9.61%
BLUE value IS 104 (41.02% from 255) = 45.41%
R=44.98%
G=9.61%
B=45.41%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal103221040.010.7900.59299.2765.0824.71
Hex67166814F03B12b4119
Octal14726150111707345310131
Binary1100111101101101000110011110111011100101011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671668; }

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

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

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

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

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

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

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

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