#660D65

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

Shades of Palatinate Purple #660D65

Tints of Palatinate Purple #660D65

Color information

#660D65 (or 0x660D65) is unknown color: approx Palatinate Purple. HEX triplet: 66, 0D and 65. RGB value is (102,13,101). Sum of RGB (Red+Green+Blue) = 102+13+101=216 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.22% from 216); Green value is 13 (5.47% from 255 or 6.02% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 102 - color contains mainly: red. Hex color #660D65 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #660D65 is #99F29A. Grayscale: #313131. Windows color (decimal): -10089115 or 6622566. OLE color: 6622566.

HSL color Cylindrical-coordinate representation of color #660D65: hue angle of 300.67º degrees, saturation: 0.77, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #660D65 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB10213101-
CMYK00.870.010.6
HSL300.67º77.39%22.55%-
HSV(B)300.67º87.25%40%-
XYZ7.974.0512.67-
YUV49.64156.99165.34-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.22%
GREEN value IS 13 (5.47% from 255) = 6.02%
BLUE value IS 101 (39.84% from 255) = 46.76%
R=47.22%
G=6.02%
B=46.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021310100.870.010.6300.6777.3922.55
Hex66D6505713C12d4d17
Octal14615145012717445511527
Binary110011011011100101010101111111100100101101100110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660D65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660D65; }

 p { color: rgb(102,13,101); }

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

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

 a { background-color: rgb(102,13,101); }

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

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

 span { border-color: rgb(102,13,101); }

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