#661A51

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

Shades of Palatinate Purple #661A51

Tints of Palatinate Purple #661A51

Color information

#661A51 (or 0x661A51) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1A and 51. RGB value is (102,26,81). Sum of RGB (Red+Green+Blue) = 102+26+81=209 (27% of max value = 765). Red value is 102 (40.23% from 255 or 48.80% from 209); Green value is 26 (10.55% from 255 or 12.44% from 209); Blue value is 81 (32.03% from 255 or 38.76% from 209); Max value from RGB is 102 - color contains mainly: red. Hex color #661A51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A51 is #99E5AE. Grayscale: #363636. Windows color (decimal): -10085807 or 5315174. OLE color: 5315174.

HSL color Cylindrical-coordinate representation of color #661A51: hue angle of 316.58º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A51 is Cyan = 0, Magento = 0.75, Yellow = 0.21 and Black (K on CMYK) = 0.6.

Color convert

RGB1022681-
CMYK00.750.210.6
HSL316.58º59.38%25.1%-
HSV(B)316.58º74.51%40%-
XYZ7.334.168.2-
YUV54.99142.68161.53-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 48.80%
GREEN value IS 26 (10.55% from 255) = 12.44%
BLUE value IS 81 (32.03% from 255) = 38.76%
R=48.80%
G=12.44%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.21
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102268100.750.210.6316.5859.3825.1
Hex661A5104B153C13d3b19
Octal14632121011325744757331
Binary1100110110101010001010010111010111110010011110111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A51; }

 p { color: rgb(102,26,81); }

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

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

 a { background-color: rgb(102,26,81); }

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

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

 span { border-color: rgb(102,26,81); }

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