#661365

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

Shades of Palatinate Purple #661365

Tints of Palatinate Purple #661365

Color information

#661365 (or 0x661365) is unknown color: approx Palatinate Purple. HEX triplet: 66, 13 and 65. RGB value is (102,19,101). Sum of RGB (Red+Green+Blue) = 102+19+101=222 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.95% from 222); Green value is 19 (7.81% from 255 or 8.56% from 222); Blue value is 101 (39.84% from 255 or 45.50% from 222); Max value from RGB is 102 - color contains mainly: red. Hex color #661365 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661365 is #99EC9A. Grayscale: #343434. Windows color (decimal): -10087579 or 6624102. OLE color: 6624102.

HSL color Cylindrical-coordinate representation of color #661365: hue angle of 300.72º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661365 is Cyan = 0, Magento = 0.81, Yellow = 0.01 and Black (K on CMYK) = 0.6.

Color convert

RGB10219101-
CMYK00.810.010.6
HSL300.72º68.6%23.73%-
HSV(B)300.72º81.37%40%-
XYZ8.064.2312.7-
YUV53.16155162.83-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.95%
GREEN value IS 19 (7.81% from 255) = 8.56%
BLUE value IS 101 (39.84% from 255) = 45.50%
R=45.95%
G=8.56%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021910100.810.010.6300.7268.623.73
Hex66136505113C12d4518
Octal14623145012117445510530
Binary1100110100111100101010100011111100100101101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661365; }

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

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

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

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

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

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

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

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