#61164F

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

Shades of Palatinate Purple #61164F

Tints of Palatinate Purple #61164F

Color information

#61164F (or 0x61164F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 4F. RGB value is (97,22,79). Sum of RGB (Red+Green+Blue) = 97+22+79=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 22 (8.98% from 255 or 11.11% from 198); Blue value is 79 (31.25% from 255 or 39.90% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61164F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61164F is #9EE9B0. Grayscale: #323232. Windows color (decimal): -10414513 or 5183073. OLE color: 5183073.

HSL color Cylindrical-coordinate representation of color #61164F: hue angle of 314.4º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61164F is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB972279-
CMYK00.770.190.62
HSL314.4º63.03%23.33%-
HSV(B)314.4º77.32%38.04%-
XYZ6.633.687.76-
YUV50.92143.85160.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 22 (8.98% from 255) = 11.11%
BLUE value IS 79 (31.25% from 255) = 39.90%
R=48.99%
G=11.11%
B=39.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.19
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97227900.770.190.62314.463.0323.33
Hex61164F04D133E13a3f17
Octal14126117011523764727727
Binary1100001101101001111010011011001111111010011101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61164F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61164F; }

 p { color: rgb(97,22,79); }

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

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

 a { background-color: rgb(97,22,79); }

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

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

 span { border-color: rgb(97,22,79); }

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