#661A5B

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

Shades of Palatinate Purple #661A5B

Tints of Palatinate Purple #661A5B

Color information

#661A5B (or 0x661A5B) is unknown color: approx Palatinate Purple. HEX triplet: 66, 1A and 5B. RGB value is (102,26,91). Sum of RGB (Red+Green+Blue) = 102+26+91=219 (29% of max value = 765). Red value is 102 (40.23% from 255 or 46.58% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 91 (35.94% from 255 or 41.55% from 219); Max value from RGB is 102 - color contains mainly: red. Hex color #661A5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #661A5B is #99E5A4. Grayscale: #373737. Windows color (decimal): -10085797 or 5970534. OLE color: 5970534.

HSL color Cylindrical-coordinate representation of color #661A5B: hue angle of 308.68º 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 #661A5B is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB1022691-
CMYK00.750.110.6
HSL308.68º59.38%25.1%-
HSV(B)308.68º74.51%40%-
XYZ7.744.3210.32-
YUV56.13147.68160.71-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 46.58%
GREEN value IS 26 (10.55% from 255) = 11.87%
BLUE value IS 91 (35.94% from 255) = 41.55%
R=46.58%
G=11.87%
B=41.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102269100.750.110.6308.6859.3825.1
Hex661A5B04BB3C1353b19
Octal14632133011313744657331
Binary110011011010101101101001011101111110010011010111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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