#611950

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

Shades of Palatinate Purple #611950

Tints of Palatinate Purple #611950

Color information

#611950 (or 0x611950) is unknown color: approx Palatinate Purple. HEX triplet: 61, 19 and 50. RGB value is (97,25,80). Sum of RGB (Red+Green+Blue) = 97+25+80=202 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.02% from 202); Green value is 25 (10.16% from 255 or 12.38% from 202); Blue value is 80 (31.64% from 255 or 39.60% from 202); Max value from RGB is 97 - color contains mainly: red. Hex color #611950 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611950 is #9EE6AF. Grayscale: #343434. Windows color (decimal): -10413744 or 5249377. OLE color: 5249377.

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

Color convert

RGB972580-
CMYK00.740.180.62
HSL314.17º59.02%23.92%-
HSV(B)314.17º74.23%38.04%-
XYZ6.733.827.97-
YUV52.8143.35159.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.02%
GREEN value IS 25 (10.16% from 255) = 12.38%
BLUE value IS 80 (31.64% from 255) = 39.60%
R=48.02%
G=12.38%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97258000.740.180.62314.1759.0223.92
Hex61195004A123E13a3b18
Octal14131120011222764727330
Binary1100001110011010000010010101001011111010011101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611950; }

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

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

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

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

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

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

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

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