#670666

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

Shades of Palatinate Purple #670666

Tints of Palatinate Purple #670666

Color information

#670666 (or 0x670666) is unknown color: approx Palatinate Purple. HEX triplet: 67, 06 and 66. RGB value is (103,6,102). Sum of RGB (Red+Green+Blue) = 103+6+102=211 (27% of max value = 765). Red value is 103 (40.62% from 255 or 48.82% from 211); Green value is 6 (2.73% from 255 or 2.84% from 211); Blue value is 102 (40.23% from 255 or 48.34% from 211); Max value from RGB is 103 - color contains mainly: red. Hex color #670666 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670666 is #98F999. Grayscale: #2D2D2D. Windows color (decimal): -10025370 or 6686311. OLE color: 6686311.

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

Color convert

RGB1036102-
CMYK00.940.010.60
HSL300.62º88.99%21.37%-
HSV(B)300.62º94.17%40.39%-
XYZ8.063.9712.91-
YUV45.95159.64168.69-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.82%
GREEN value IS 6 (2.73% from 255) = 2.84%
BLUE value IS 102 (40.23% from 255) = 48.34%
R=48.82%
G=2.84%
B=48.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103610200.940.010.60300.6288.9921.37
Hex6766605E13C12d5915
Octal1476146013617445513125
Binary11001111101100110010111101111100100101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670666

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670666; }

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

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

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

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

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

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

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

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