#611F63

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

Shades of Palatinate Purple #611F63

Tints of Palatinate Purple #611F63

Color information

#611F63 (or 0x611F63) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1F and 63. RGB value is (97,31,99). Sum of RGB (Red+Green+Blue) = 97+31+99=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 31 (12.5% from 255 or 13.66% from 227); Blue value is 99 (39.06% from 255 or 43.61% from 227); Max value from RGB is 99 - color contains mainly: blue. Hex color #611F63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611F63 is #9EE09C. Grayscale: #3A3A3A. Windows color (decimal): -10412189 or 6496097. OLE color: 6496097.

HSL color Cylindrical-coordinate representation of color #611F63: hue angle of 298.24º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #611F63 is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB973199-
CMYK0.020.6900.61
HSL298.24º52.31%25.49%-
HSV(B)298.24º68.69%38.82%-
XYZ7.674.4212.25-
YUV58.49150.87155.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 31 (12.5% from 255) = 13.66%
BLUE value IS 99 (39.06% from 255) = 43.61%
R=42.73%
G=13.66%
B=43.61%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9731990.020.6900.61298.2452.3125.49
Hex611F6324503D12a3419
Octal1413714321050754526431
Binary1100001111111100011101000101011110110010101011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611F63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,31,99); }

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

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

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

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

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

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

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