#661B64

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

Shades of Palatinate Purple #661B64

Tints of Palatinate Purple #661B64

Color information

#661B64 (or 0x661B64) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1B and 64. RGB value is (102,27,100). Sum of RGB (Red+Green+Blue) = 102+27+100=229 (30% of max value = 765). Red value is 102 (40.23% from 255 or 44.54% from 229); Green value is 27 (10.94% from 255 or 11.79% from 229); Blue value is 100 (39.45% from 255 or 43.67% from 229); Max value from RGB is 102 - color contains mainly: red. Hex color #661B64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661B64 is #99E49B. Grayscale: #393939. Windows color (decimal): -10085532 or 6560614. OLE color: 6560614.

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

Color convert

RGB10227100-
CMYK00.740.020.6
HSL301.6º58.14%25.29%-
HSV(B)301.6º73.53%40%-
XYZ8.174.5312.5-
YUV57.75151.85159.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 44.54%
GREEN value IS 27 (10.94% from 255) = 11.79%
BLUE value IS 100 (39.45% from 255) = 43.67%
R=44.54%
G=11.79%
B=43.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.02
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1022710000.740.020.6301.658.1425.29
Hex661B6404A23C12e3a19
Octal1463314401122744567231
Binary1100110110111100100010010101011110010010111011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,27,100); }

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

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

 a { background-color: rgb(102,27,100); }

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

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

 span { border-color: rgb(102,27,100); }

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