#612661

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

Shades of Palatinate Purple #612661

Tints of Palatinate Purple #612661

Color information

#612661 (or 0x612661) is unknown color: approx Palatinate Purple. HEX triplet: 61, 26 and 61. RGB value is (97,38,97). Sum of RGB (Red+Green+Blue) = 97+38+97=232 (30% of max value = 765). Red value is 97 (38.28% from 255 or 41.81% from 232); Green value is 38 (15.23% from 255 or 16.38% from 232); Blue value is 97 (38.28% from 255 or 41.81% from 232); Max value from RGB is 97 - color contains mainly: red, blue. Hex color #612661 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612661 is #9ED99E. Grayscale: #3E3E3E. Windows color (decimal): -10410399 or 6366817. OLE color: 6366817.

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

Color convert

RGB973897-
CMYK00.6100.62
HSL300º43.7%26.47%-
HSV(B)300º60.82%38.04%-
XYZ7.784.7911.82-
YUV62.37147.55152.7-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 41.81%
GREEN value IS 38 (15.23% from 255) = 16.38%
BLUE value IS 97 (38.28% from 255) = 41.81%
R=41.81%
G=16.38%
B=41.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97389700.6100.6230043.726.47
Hex61266103D03E12c2c1a
Octal141461410750764545432
Binary110000110011011000010111101011111010010110010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612661; }

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

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

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

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

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

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

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

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