#670966

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

Shades of Palatinate Purple #670966

Tints of Palatinate Purple #670966

Color information

#670966 (or 0x670966) is unknown color: approx Palatinate Purple. HEX triplet: 67, 09 and 66. RGB value is (103,9,102). Sum of RGB (Red+Green+Blue) = 103+9+102=214 (28% of max value = 765). Red value is 103 (40.62% from 255 or 48.13% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 102 (40.23% from 255 or 47.66% from 214); Max value from RGB is 103 - color contains mainly: red. Hex color #670966 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #670966 is #98F699. Grayscale: #2F2F2F. Windows color (decimal): -10024602 or 6687079. OLE color: 6687079.

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

Color convert

RGB1039102-
CMYK00.910.010.60
HSL300.64º83.93%21.96%-
HSV(B)300.64º91.26%40.39%-
XYZ8.094.0412.92-
YUV47.71158.64167.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 48.13%
GREEN value IS 9 (3.91% from 255) = 4.21%
BLUE value IS 102 (40.23% from 255) = 47.66%
R=48.13%
G=4.21%
B=47.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.01
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103910200.910.010.60300.6483.9321.96
Hex6796605B13C12d5416
Octal14711146013317445512426
Binary110011110011100110010110111111100100101101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #670966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #670966; }

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

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

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

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

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

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

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

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