#611A5F

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

Shades of Palatinate Purple #611A5F

Tints of Palatinate Purple #611A5F

Color information

#611A5F (or 0x611A5F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 5F. RGB value is (97,26,95). Sum of RGB (Red+Green+Blue) = 97+26+95=218 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.50% from 218); Green value is 26 (10.55% from 255 or 11.93% from 218); Blue value is 95 (37.5% from 255 or 43.58% from 218); Max value from RGB is 97 - color contains mainly: red. Hex color #611A5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A5F is #9EE5A0. Grayscale: #363636. Windows color (decimal): -10413473 or 6232673. OLE color: 6232673.

HSL color Cylindrical-coordinate representation of color #611A5F: hue angle of 301.69º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A5F is Cyan = 0, Magento = 0.73, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB972695-
CMYK00.730.020.62
HSL301.69º57.72%24.12%-
HSV(B)301.69º73.2%38.04%-
XYZ7.364.1111.23-
YUV55.1150.52157.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.50%
GREEN value IS 26 (10.55% from 255) = 11.93%
BLUE value IS 95 (37.5% from 255) = 43.58%
R=44.50%
G=11.93%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97269500.730.020.62301.6957.7224.12
Hex611A5F04923E12e3a18
Octal1413213701112764567230
Binary1100001110101011111010010011011111010010111011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A5F; }

 p { color: rgb(97,26,95); }

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

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

 a { background-color: rgb(97,26,95); }

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

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

 span { border-color: rgb(97,26,95); }

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