#611259

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

Shades of Palatinate Purple #611259

Tints of Palatinate Purple #611259

Color information

#611259 (or 0x611259) is unknown color: approx Palatinate Purple. HEX triplet: 61, 12 and 59. RGB value is (97,18,89). Sum of RGB (Red+Green+Blue) = 97+18+89=204 (27% of max value = 765). Red value is 97 (38.28% from 255 or 47.55% from 204); Green value is 18 (7.42% from 255 or 8.82% from 204); Blue value is 89 (35.16% from 255 or 43.63% from 204); Max value from RGB is 97 - color contains mainly: red. Hex color #611259 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611259 is #9EEDA6. Grayscale: #313131. Windows color (decimal): -10415527 or 5837409. OLE color: 5837409.

HSL color Cylindrical-coordinate representation of color #611259: hue angle of 306.08º 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 #611259 is Cyan = 0, Magento = 0.81, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB971889-
CMYK00.810.080.62
HSL306.08º68.7%22.55%-
HSV(B)306.08º81.44%38.04%-
XYZ6.953.79.8-
YUV49.72150.17161.73-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 47.55%
GREEN value IS 18 (7.42% from 255) = 8.82%
BLUE value IS 89 (35.16% from 255) = 43.63%
R=47.55%
G=8.82%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97188900.810.080.62306.0868.722.55
Hex61125905183E1324517
Octal141221310121107646210527
Binary1100001100101011001010100011000111110100110010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611259; }

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

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

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

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

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

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

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

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