#61155F

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

Shades of Palatinate Purple #61155F

Tints of Palatinate Purple #61155F

Color information

#61155F (or 0x61155F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 15 and 5F. RGB value is (97,21,95). Sum of RGB (Red+Green+Blue) = 97+21+95=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 21 (8.59% from 255 or 9.86% from 213); Blue value is 95 (37.5% from 255 or 44.60% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61155F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61155F is #9EEAA0. Grayscale: #333333. Windows color (decimal): -10414753 or 6231393. OLE color: 6231393.

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

Color convert

RGB972195-
CMYK00.780.020.62
HSL301.58º64.41%23.14%-
HSV(B)301.58º78.35%38.04%-
XYZ7.263.911.2-
YUV52.16152.18159.98-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 21 (8.59% from 255) = 9.86%
BLUE value IS 95 (37.5% from 255) = 44.60%
R=45.54%
G=9.86%
B=44.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97219500.780.020.62301.5864.4123.14
Hex61155F04E23E12e4017
Octal14125137011627645610027
Binary11000011010110111110100111010111110100101110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61155F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,21,95); }

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

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

 a { background-color: rgb(97,21,95); }

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

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

 span { border-color: rgb(97,21,95); }

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