#661668

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

Shades of Palatinate Purple #661668

Tints of Palatinate Purple #661668

Color information

#661668 (or 0x661668) is unknown color: approx Palatinate Purple. HEX triplet: 66, 16 and 68. RGB value is (102,22,104). Sum of RGB (Red+Green+Blue) = 102+22+104=228 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.74% from 228); Green value is 22 (8.98% from 255 or 9.65% from 228); Blue value is 104 (41.02% from 255 or 45.61% from 228); Max value from RGB is 104 - color contains mainly: blue. Hex color #661668 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661668 is #99E997. Grayscale: #373737. Windows color (decimal): -10086808 or 6821478. OLE color: 6821478.

HSL color Cylindrical-coordinate representation of color #661668: hue angle of 298.54º 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 #661668 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10222104-
CMYK0.020.7900.59
HSL298.54º65.08%24.71%-
HSV(B)298.54º78.85%40.78%-
XYZ8.274.413.51-
YUV55.27155.5161.33-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.74%
GREEN value IS 22 (8.98% from 255) = 9.65%
BLUE value IS 104 (41.02% from 255) = 45.61%
R=44.74%
G=9.65%
B=45.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102221040.020.7900.59298.5465.0824.71
Hex66166824F03B12b4119
Octal14626150211707345310131
Binary11001101011011010001010011110111011100101011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661668; }

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

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

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

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

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

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

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

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