#611569

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

Shades of Palatinate Purple #611569

Tints of Palatinate Purple #611569

Color information

#611569 (or 0x611569) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 69. RGB value is (97,21,105). Sum of RGB (Red+Green+Blue) = 97+21+105=223 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.50% from 223); Green value is 21 (8.59% from 255 or 9.42% from 223); Blue value is 105 (41.41% from 255 or 47.09% from 223); Max value from RGB is 105 - color contains mainly: blue. Hex color #611569 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611569 is #9EEA96. Grayscale: #353535. Windows color (decimal): -10414743 or 6886753. OLE color: 6886753.

HSL color Cylindrical-coordinate representation of color #611569: hue angle of 294.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611569 is Cyan = 0.08, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB9721105-
CMYK0.080.8000.59
HSL294.29º66.67%24.71%-
HSV(B)294.29º80%41.18%-
XYZ7.754.113.75-
YUV53.3157.18159.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.50%
GREEN value IS 21 (8.59% from 255) = 9.42%
BLUE value IS 105 (41.41% from 255) = 47.09%
R=43.50%
G=9.42%
B=47.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97211050.080.8000.59294.2966.6724.71
Hex61156985003B1264319
Octal141251511012007344610331
Binary1100001101011101001100010100000111011100100110100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611569; }

 p { color: rgb(97,21,105); }

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

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

 a { background-color: rgb(97,21,105); }

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

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

 span { border-color: rgb(97,21,105); }

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