#612154

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

Shades of Palatinate Purple #612154

Tints of Palatinate Purple #612154

Color information

#612154 (or 0x612154) is unknown color: approx Palatinate Purple. HEX triplet: 61, 21 and 54. RGB value is (97,33,84). Sum of RGB (Red+Green+Blue) = 97+33+84=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 33 (13.28% from 255 or 15.42% from 214); Blue value is 84 (33.20% from 255 or 39.25% from 214); Max value from RGB is 97 - color contains mainly: red. Hex color #612154 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612154 is #9EDEAB. Grayscale: #393939. Windows color (decimal): -10411692 or 5513569. OLE color: 5513569.

HSL color Cylindrical-coordinate representation of color #612154: hue angle of 312.19º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #612154 is Cyan = 0, Magento = 0.66, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB973384-
CMYK00.660.130.62
HSL312.19º49.23%25.49%-
HSV(B)312.19º65.98%38.04%-
XYZ7.074.278.84-
YUV57.95142.7155.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 33 (13.28% from 255) = 15.42%
BLUE value IS 84 (33.20% from 255) = 39.25%
R=45.33%
G=15.42%
B=39.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97338400.660.130.62312.1949.2325.49
Hex612154042D3E1383119
Octal14141124010215764706131
Binary1100001100001101010001000010110111111010011100011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612154; }

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

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

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

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

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

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

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

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