#611054

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

Shades of Palatinate Purple #611054

Tints of Palatinate Purple #611054

Color information

#611054 (or 0x611054) is unknown color: approx Palatinate Purple. HEX triplet: 61, 10 and 54. RGB value is (97,16,84). Sum of RGB (Red+Green+Blue) = 97+16+84=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 16 (6.64% from 255 or 8.12% from 197); Blue value is 84 (33.20% from 255 or 42.64% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #611054 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611054 is #9EEFAB. Grayscale: #2F2F2F. Windows color (decimal): -10416044 or 5509217. OLE color: 5509217.

HSL color Cylindrical-coordinate representation of color #611054: hue angle of 309.63º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611054 is Cyan = 0, Magento = 0.84, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB971684-
CMYK00.840.130.62
HSL309.63º71.68%22.16%-
HSV(B)309.63º83.51%38.04%-
XYZ6.723.558.72-
YUV47.97148.34162.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 16 (6.64% from 255) = 8.12%
BLUE value IS 84 (33.20% from 255) = 42.64%
R=49.24%
G=8.12%
B=42.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97168400.840.130.62309.6371.6822.16
Hex611054054D3E1364816
Octal141201240124157646611026
Binary1100001100001010100010101001101111110100110110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611054; }

 p { color: rgb(97,16,84); }

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

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

 a { background-color: rgb(97,16,84); }

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

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

 span { border-color: rgb(97,16,84); }

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