#611153

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

Shades of Palatinate Purple #611153

Tints of Palatinate Purple #611153

Color information

#611153 (or 0x611153) is unknown color: approx Palatinate Purple. HEX triplet: 61, 11 and 53. RGB value is (97,17,83). Sum of RGB (Red+Green+Blue) = 97+17+83=197 (26% of max value = 765). Red value is 97 (38.28% from 255 or 49.24% from 197); Green value is 17 (7.03% from 255 or 8.63% from 197); Blue value is 83 (32.81% from 255 or 42.13% from 197); Max value from RGB is 97 - color contains mainly: red. Hex color #611153 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611153 is #9EEEAC. Grayscale: #303030. Windows color (decimal): -10415789 or 5443937. OLE color: 5443937.

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

Color convert

RGB971783-
CMYK00.820.140.62
HSL310.5º70.18%22.35%-
HSV(B)310.5º82.47%38.04%-
XYZ6.693.578.52-
YUV48.44147.5162.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 49.24%
GREEN value IS 17 (7.03% from 255) = 8.63%
BLUE value IS 83 (32.81% from 255) = 42.13%
R=49.24%
G=8.63%
B=42.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97178300.820.140.62310.570.1822.35
Hex611153052E3E1364616
Octal141211230122167646610626
Binary1100001100011010011010100101110111110100110110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611153; }

 p { color: rgb(97,17,83); }

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

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

 a { background-color: rgb(97,17,83); }

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

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

 span { border-color: rgb(97,17,83); }

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