#612354

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

Shades of Palatinate Purple #612354

Tints of Palatinate Purple #612354

Color information

#612354 (or 0x612354) is unknown color: approx Palatinate Purple. HEX triplet: 61, 23 and 54. RGB value is (97,35,84). Sum of RGB (Red+Green+Blue) = 97+35+84=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #612354 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612354 is #9EDCAB. Grayscale: #3A3A3A. Windows color (decimal): -10411180 or 5514081. OLE color: 5514081.

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

Color convert

RGB973584-
CMYK00.640.130.62
HSL312.58º46.97%25.88%-
HSV(B)312.58º63.92%38.04%-
XYZ7.134.388.86-
YUV59.12142.04155.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 35 (14.06% from 255) = 16.20%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=44.91%
G=16.20%
B=38.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97358400.640.130.62312.5846.9725.88
Hex612354040D3E1392f1a
Octal14143124010015764715732
Binary1100001100011101010001000000110111111010011100110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612354; }

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

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

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

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

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

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

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

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