#601261

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

Shades of Palatinate Purple #601261

Tints of Palatinate Purple #601261

Color information

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

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

Color convert

RGB961897-
CMYK0.010.8100.62
HSL299.24º68.7%22.55%-
HSV(B)299.24º81.44%38.04%-
XYZ7.23.7811.66-
YUV50.33154.34160.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9618970.010.8100.62299.2468.722.55
Hex60126115103E12b4517
Octal14022141112107645310527
Binary1100000100101100001110100010111110100101011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601261; }

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

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

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

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

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

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

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

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