#661269

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

Shades of Palatinate Purple #661269

Tints of Palatinate Purple #661269

Color information

#661269 (or 0x661269) is unknown color: approx Palatinate Purple. HEX triplet: 66, 12 and 69. RGB value is (102,18,105). Sum of RGB (Red+Green+Blue) = 102+18+105=225 (29% of max value = 765). Red value is 102 (40.23% from 255 or 45.33% from 225); Green value is 18 (7.42% from 255 or 8% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 105 - color contains mainly: blue. Hex color #661269 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #661269 is #99ED96. Grayscale: #343434. Windows color (decimal): -10087831 or 6885990. OLE color: 6885990.

HSL color Cylindrical-coordinate representation of color #661269: hue angle of 297.93º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #661269 is Cyan = 0.03, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10218105-
CMYK0.030.8300.59
HSL297.93º70.73%24.12%-
HSV(B)297.93º82.86%41.18%-
XYZ8.254.2813.76-
YUV53.03157.33162.93-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 45.33%
GREEN value IS 18 (7.42% from 255) = 8%
BLUE value IS 105 (41.41% from 255) = 46.67%
R=45.33%
G=8%
B=46.67%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102181050.030.8300.59297.9370.7324.12
Hex66126935303B12a4718
Octal14622151312307345210730
Binary11001101001011010011110100110111011100101010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661269; }

 p { color: rgb(102,18,105); }

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

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

 a { background-color: rgb(102,18,105); }

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

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

 span { border-color: rgb(102,18,105); }

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