#611260

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

Shades of Palatinate Purple #611260

Tints of Palatinate Purple #611260

Color information

#611260 (or 0x611260) is unknown color: approx Palatinate Purple. HEX triplet: 61, 12 and 60. RGB value is (97,18,96). Sum of RGB (Red+Green+Blue) = 97+18+96=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 18 (7.42% from 255 or 8.53% from 211); Blue value is 96 (37.89% from 255 or 45.50% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #611260 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #611260 is #9EED9F. Grayscale: #323232. Windows color (decimal): -10415520 or 6296161. OLE color: 6296161.

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

Color convert

RGB971896-
CMYK00.810.010.62
HSL300.76º68.7%22.55%-
HSV(B)300.76º81.44%38.04%-
XYZ7.263.8211.42-
YUV50.51153.67161.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 18 (7.42% from 255) = 8.53%
BLUE value IS 96 (37.89% from 255) = 45.50%
R=45.97%
G=8.53%
B=45.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97189600.810.010.62300.7668.722.55
Hex61126005113E12d4517
Octal14122140012117645510527
Binary1100001100101100000010100011111110100101101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611260; }

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

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

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

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

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

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

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

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