#612E54

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

Shades of Palatinate Purple #612E54

Tints of Palatinate Purple #612E54

Color information

#612E54 (or 0x612E54) is unknown color: approx Palatinate Purple. HEX triplet: 61, 2E and 54. RGB value is (97,46,84). Sum of RGB (Red+Green+Blue) = 97+46+84=227 (30% of max value = 765). Red value is 97 (38.28% from 255 or 42.73% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 84 (33.20% from 255 or 37.00% from 227); Max value from RGB is 97 - color contains mainly: red. Hex color #612E54 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #612E54 is #9ED1AB. Grayscale: #414141. Windows color (decimal): -10408364 or 5516897. OLE color: 5516897.

HSL color Cylindrical-coordinate representation of color #612E54: hue angle of 315.29º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #612E54 is Cyan = 0, Magento = 0.53, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB974684-
CMYK00.530.130.62
HSL315.29º35.66%28.04%-
HSV(B)315.29º52.58%38.04%-
XYZ7.515.148.98-
YUV65.58138.4150.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 42.73%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 84 (33.20% from 255) = 37.00%
R=42.73%
G=20.26%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97468400.530.130.62315.2935.6628.04
Hex612E54035D3E13b241c
Octal1415612406515764734434
Binary110000110111010101000110101110111111010011101110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #612E54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #612E54; }

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

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

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

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

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

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

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

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