#612351

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

Shades of Palatinate Purple #612351

Tints of Palatinate Purple #612351

Color information

#612351 (or 0x612351) is unknown color: approx Palatinate Purple. HEX triplet: 61, 23 and 51. RGB value is (97,35,81). Sum of RGB (Red+Green+Blue) = 97+35+81=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 35 (14.06% from 255 or 16.43% from 213); Blue value is 81 (32.03% from 255 or 38.03% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #612351 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612351 is #9EDCAE. Grayscale: #3A3A3A. Windows color (decimal): -10411183 or 5317473. OLE color: 5317473.

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

Color convert

RGB973581-
CMYK00.640.160.62
HSL315.48º46.97%25.88%-
HSV(B)315.48º63.92%38.04%-
XYZ7.024.348.25-
YUV58.78140.54155.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 35 (14.06% from 255) = 16.43%
BLUE value IS 81 (32.03% from 255) = 38.03%
R=45.54%
G=16.43%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.16
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97358100.640.160.62315.4846.9725.88
Hex612351040103E13b2f1a
Octal14143121010020764735732
Binary11000011000111010001010000001000011111010011101110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612351; }

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

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

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

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

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

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

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

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