#661061

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

Shades of Palatinate Purple #661061

Tints of Palatinate Purple #661061

Color information

#661061 (or 0x661061) is unknown color: approx Palatinate Purple. HEX triplet: 66, 10 and 61. RGB value is (102,16,97). Sum of RGB (Red+Green+Blue) = 102+16+97=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 16 (6.64% from 255 or 7.44% from 215); Blue value is 97 (38.28% from 255 or 45.12% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #661061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661061 is #99EF9E. Grayscale: #323232. Windows color (decimal): -10088351 or 6361190. OLE color: 6361190.

HSL color Cylindrical-coordinate representation of color #661061: hue angle of 303.49º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661061 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1021697-
CMYK00.840.050.6
HSL303.49º72.88%23.14%-
HSV(B)303.49º84.31%40%-
XYZ7.824.0611.68-
YUV50.95153.99164.41-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 16 (6.64% from 255) = 7.44%
BLUE value IS 97 (38.28% from 255) = 45.12%
R=47.44%
G=7.44%
B=45.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102169700.840.050.6303.4972.8823.14
Hex66106105453C12f4917
Octal14620141012457445711127
Binary110011010000110000101010100101111100100101111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661061; }

 p { color: rgb(102,16,97); }

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

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

 a { background-color: rgb(102,16,97); }

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

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

 span { border-color: rgb(102,16,97); }

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