#611A63

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

Shades of Palatinate Purple #611A63

Tints of Palatinate Purple #611A63

Color information

#611A63 (or 0x611A63) is unknown color: approx Palatinate Purple. HEX triplet: 61, 1A and 63. RGB value is (97,26,99). Sum of RGB (Red+Green+Blue) = 97+26+99=222 (29% of max value = 765). Red value is 97 (38.28% from 255 or 43.69% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 99 - color contains mainly: blue. Hex color #611A63 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #611A63 is #9EE59C. Grayscale: #373737. Windows color (decimal): -10413469 or 6494817. OLE color: 6494817.

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

Color convert

RGB972699-
CMYK0.020.7400.61
HSL298.36º58.4%24.51%-
HSV(B)298.36º73.74%38.82%-
XYZ7.554.1812.21-
YUV55.55152.52157.56-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 43.69%
GREEN value IS 26 (10.55% from 255) = 11.71%
BLUE value IS 99 (39.06% from 255) = 44.59%
R=43.69%
G=11.71%
B=44.59%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal9726990.020.7400.61298.3658.424.51
Hex611A6324A03D12a3a19
Octal1413214321120754527231
Binary1100001110101100011101001010011110110010101011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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