#611469

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

Shades of Palatinate Purple #611469

Tints of Palatinate Purple #611469

Color information

#611469 (or 0x611469) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 69. RGB value is (97,20,105). Sum of RGB (Red+Green+Blue) = 97+20+105=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 20 (8.20% from 255 or 9.01% from 222); Blue value is 105 (41.41% from 255 or 47.30% from 222); Max value from RGB is 105 - color contains mainly: blue. Hex color #611469 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611469 is #9EEB96. Grayscale: #343434. Windows color (decimal): -10414999 or 6886497. OLE color: 6886497.

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

Color convert

RGB9720105-
CMYK0.080.8100.59
HSL294.35º68%24.51%-
HSV(B)294.35º80.95%41.18%-
XYZ7.734.0613.74-
YUV52.71157.51159.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 20 (8.20% from 255) = 9.01%
BLUE value IS 105 (41.41% from 255) = 47.30%
R=43.69%
G=9.01%
B=47.30%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal97201050.080.8100.59294.356824.51
Hex61146985103B1264419
Octal141241511012107344610431
Binary1100001101001101001100010100010111011100100110100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611469; }

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

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

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

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

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

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

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

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