#611E58

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

Shades of Palatinate Purple #611E58

Tints of Palatinate Purple #611E58

Color information

#611E58 (or 0x611E58) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1E and 58. RGB value is (97,30,88). Sum of RGB (Red+Green+Blue) = 97+30+88=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 30 (12.11% from 255 or 13.95% from 215); Blue value is 88 (34.77% from 255 or 40.93% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #611E58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611E58 is #9EE1A7. Grayscale: #383838. Windows color (decimal): -10412456 or 5774945. OLE color: 5774945.

HSL color Cylindrical-coordinate representation of color #611E58: hue angle of 308.06º degrees, saturation: 0.53, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611E58 is Cyan = 0, Magento = 0.69, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB973088-
CMYK00.690.090.62
HSL308.06º52.76%24.9%-
HSV(B)308.06º69.07%38.04%-
XYZ7.164.179.66-
YUV56.64145.7156.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 30 (12.11% from 255) = 13.95%
BLUE value IS 88 (34.77% from 255) = 40.93%
R=45.12%
G=13.95%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97308800.690.090.62308.0652.7624.9
Hex611E5804593E1343519
Octal14136130010511764646531
Binary110000111110101100001000101100111111010011010011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,30,88); }

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

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

 a { background-color: rgb(97,30,88); }

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

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

 span { border-color: rgb(97,30,88); }

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