#612261

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

Shades of Palatinate Purple #612261

Tints of Palatinate Purple #612261

Color information

#612261 (or 0x612261) is unknown color: approx Palatinate Purple. HEX triplet: 61, 22 and 61. RGB value is (97,34,97). Sum of RGB (Red+Green+Blue) = 97+34+97=228 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.54% from 228); Green value is 34 (13.67% from 255 or 14.91% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #612261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612261 is #9EDD9E. Grayscale: #3B3B3B. Windows color (decimal): -10411423 or 6365793. OLE color: 6365793.

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

Color convert

RGB973497-
CMYK00.6500.62
HSL300º48.09%25.69%-
HSV(B)300º64.95%38.04%-
XYZ7.664.5511.78-
YUV60.02148.87154.38-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.54%
GREEN value IS 34 (13.67% from 255) = 14.91%
BLUE value IS 97 (38.28% from 255) = 42.54%
R=42.54%
G=14.91%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97349700.6500.6230048.0925.69
Hex61226104103E12c301a
Octal1414214101010764546032
Binary1100001100010110000101000001011111010010110011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612261; }

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

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

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

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

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

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

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

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