#611157

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

Shades of Palatinate Purple #611157

Tints of Palatinate Purple #611157

Color information

#611157 (or 0x611157) is unknown color: approx Palatinate Purple. HEX triplet: 61, 11 and 57. RGB value is (97,17,87). Sum of RGB (Red+Green+Blue) = 97+17+87=201 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.26% from 201); Green value is 17 (7.03% from 255 or 8.46% from 201); Blue value is 87 (34.38% from 255 or 43.28% from 201); Max value from RGB is 97 - color contains mainly: red. Hex color #611157 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611157 is #9EEEA8. Grayscale: #303030. Windows color (decimal): -10415785 or 5706081. OLE color: 5706081.

HSL color Cylindrical-coordinate representation of color #611157: hue angle of 307.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 #611157 is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB971787-
CMYK00.820.100.62
HSL307.5º70.18%22.35%-
HSV(B)307.5º82.47%38.04%-
XYZ6.853.639.36-
YUV48.9149.5162.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.26%
GREEN value IS 17 (7.03% from 255) = 8.46%
BLUE value IS 87 (34.38% from 255) = 43.28%
R=48.26%
G=8.46%
B=43.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97178700.820.100.62307.570.1822.35
Hex611157052A3E1344616
Octal141211270122127646410626
Binary1100001100011010111010100101010111110100110100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611157; }

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

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

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

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

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

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

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

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