#612353

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

Shades of Palatinate Purple #612353

Tints of Palatinate Purple #612353

Color information

#612353 (or 0x612353) is unknown color: approx Palatinate Purple. HEX triplet: 61, 23 and 53. RGB value is (97,35,83). Sum of RGB (Red+Green+Blue) = 97+35+83=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 35 (14.06% from 255 or 16.28% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 97 - color contains mainly: red. Hex color #612353 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612353 is #9EDCAC. Grayscale: #3A3A3A. Windows color (decimal): -10411181 or 5448545. OLE color: 5448545.

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

Color convert

RGB973583-
CMYK00.640.140.62
HSL313.55º46.97%25.88%-
HSV(B)313.55º63.92%38.04%-
XYZ7.094.378.65-
YUV59.01141.54155.1-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 35 (14.06% from 255) = 16.28%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=45.12%
G=16.28%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97358300.640.140.62313.5546.9725.88
Hex612353040E3E13a2f1a
Octal14143123010016764725732
Binary1100001100011101001101000000111011111010011101010111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612353; }

 p { color: rgb(97,35,83); }

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

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

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

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

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

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

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