#61165E

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

Shades of Palatinate Purple #61165E

Tints of Palatinate Purple #61165E

Color information

#61165E (or 0x61165E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 16 and 5E. RGB value is (97,22,94). Sum of RGB (Red+Green+Blue) = 97+22+94=213 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.54% from 213); Green value is 22 (8.98% from 255 or 10.33% from 213); Blue value is 94 (37.11% from 255 or 44.13% from 213); Max value from RGB is 97 - color contains mainly: red. Hex color #61165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61165E is #9EE9A1. Grayscale: #343434. Windows color (decimal): -10414498 or 6166113. OLE color: 6166113.

HSL color Cylindrical-coordinate representation of color #61165E: hue angle of 302.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 #61165E is Cyan = 0, Magento = 0.77, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB972294-
CMYK00.770.030.62
HSL302.4º63.03%23.33%-
HSV(B)302.4º77.32%38.04%-
XYZ7.243.9210.97-
YUV52.63151.35159.65-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.54%
GREEN value IS 22 (8.98% from 255) = 10.33%
BLUE value IS 94 (37.11% from 255) = 44.13%
R=45.54%
G=10.33%
B=44.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97229400.770.030.62302.463.0323.33
Hex61165E04D33E12e3f17
Octal1412613601153764567727
Binary1100001101101011110010011011111111010010111011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61165E; }

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

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

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

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

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

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

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

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