#611261

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

Shades of Palatinate Purple #611261

Tints of Palatinate Purple #611261

Color information

#611261 (or 0x611261) is unknown color: approx Palatinate Purple. HEX triplet: 61, 12 and 61. RGB value is (97,18,97). Sum of RGB (Red+Green+Blue) = 97+18+97=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 18 (7.42% from 255 or 8.49% from 212); Blue value is 97 (38.28% from 255 or 45.75% from 212); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #611261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611261 is #9EED9E. Grayscale: #323232. Windows color (decimal): -10415519 or 6361697. OLE color: 6361697.

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

Color convert

RGB971897-
CMYK00.8100.62
HSL300º68.7%22.55%-
HSV(B)300º81.44%38.04%-
XYZ7.33.8411.66-
YUV50.63154.17161.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 18 (7.42% from 255) = 8.49%
BLUE value IS 97 (38.28% from 255) = 45.75%
R=45.75%
G=8.49%
B=45.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97189700.8100.6230068.722.55
Hex61126105103E12c4517
Octal14122141012107645410527
Binary1100001100101100001010100010111110100101100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611261; }

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

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

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

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

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

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

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

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