#661B6B

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

Shades of Palatinate Purple #661B6B

Tints of Palatinate Purple #661B6B

Color information

#661B6B (or 0x661B6B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1B and 6B. RGB value is (102,27,107). Sum of RGB (Red+Green+Blue) = 102+27+107=236 (31% of max value = 765). Red value is 102 (40.23% from 255 or 43.22% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 107 (42.19% from 255 or 45.34% from 236); Max value from RGB is 107 - color contains mainly: blue. Hex color #661B6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661B6B is #99E494. Grayscale: #3A3A3A. Windows color (decimal): -10085525 or 7019366. OLE color: 7019366.

HSL color Cylindrical-coordinate representation of color #661B6B: hue angle of 296.25º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661B6B is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10227107-
CMYK0.050.7500.58
HSL296.25º59.7%26.27%-
HSV(B)296.25º74.77%41.96%-
XYZ8.534.6714.36-
YUV58.54155.35159-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 43.22%
GREEN value IS 27 (10.94% from 255) = 11.44%
BLUE value IS 107 (42.19% from 255) = 45.34%
R=43.22%
G=11.44%
B=45.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102271070.050.7500.58296.2559.726.27
Hex661B6B54B03A1283c1a
Octal1463315351130724507432
Binary11001101101111010111011001011011101010010100011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661B6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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