#611650

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

Shades of Palatinate Purple #611650

Tints of Palatinate Purple #611650

Color information

#611650 (or 0x611650) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 50. RGB value is (97,22,80). Sum of RGB (Red+Green+Blue) = 97+22+80=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 22 (8.98% from 255 or 11.06% from 199); Blue value is 80 (31.64% from 255 or 40.20% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #611650 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611650 is #9EE9AF. Grayscale: #323232. Windows color (decimal): -10414512 or 5248609. OLE color: 5248609.

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

Color convert

RGB972280-
CMYK00.770.180.62
HSL313.6º63.03%23.33%-
HSV(B)313.6º77.32%38.04%-
XYZ6.663.697.95-
YUV51.04144.35160.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 22 (8.98% from 255) = 11.06%
BLUE value IS 80 (31.64% from 255) = 40.20%
R=48.74%
G=11.06%
B=40.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97228000.770.180.62313.663.0323.33
Hex61165004D123E13a3f17
Octal14126120011522764727727
Binary1100001101101010000010011011001011111010011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611650; }

 p { color: rgb(97,22,80); }

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

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

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

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

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

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

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