#660967

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

Shades of Palatinate Purple #660967

Tints of Palatinate Purple #660967

Color information

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

HSL color Cylindrical-coordinate representation of color #660967: hue angle of 299.36º 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 #660967 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB1029103-
CMYK0.010.9100.60
HSL299.36º83.93%21.96%-
HSV(B)299.36º91.26%40.39%-
XYZ8.03413.18-
YUV47.52159.31166.86-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10291030.010.9100.60299.3683.9321.96
Hex6696715B03C12b5416
Octal14611147113307445312426
Binary110011010011100111110110110111100100101011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660967; }

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

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

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

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

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

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

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

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