#611361

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

Shades of Palatinate Purple #611361

Tints of Palatinate Purple #611361

Color information

#611361 (or 0x611361) is unknown color: approx Palatinate Purple. HEX triplet: 61, 13 and 61. RGB value is (97,19,97). Sum of RGB (Red+Green+Blue) = 97+19+97=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 19 (7.81% from 255 or 8.92% from 213); Blue value is 97 (38.28% from 255 or 45.54% from 213); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611361 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611361 is #9EEC9E. Grayscale: #323232. Windows color (decimal): -10415263 or 6361953. OLE color: 6361953.

HSL color Cylindrical-coordinate representation of color #611361: hue angle of 300º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611361 is Cyan = 0, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB971997-
CMYK00.8000.62
HSL300º67.24%22.75%-
HSV(B)300º80.41%38.04%-
XYZ7.323.8711.67-
YUV51.21153.84160.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 19 (7.81% from 255) = 8.92%
BLUE value IS 97 (38.28% from 255) = 45.54%
R=45.54%
G=8.92%
B=45.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97199700.8000.6230067.2422.75
Hex61136105003E12c4317
Octal14123141012007645410327
Binary1100001100111100001010100000111110100101100100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611361; }

 p { color: rgb(97,19,97); }

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

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

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

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

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

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

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