#61145E

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

Shades of Palatinate Purple #61145E

Tints of Palatinate Purple #61145E

Color information

#61145E (or 0x61145E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 5E. RGB value is (97,20,94). Sum of RGB (Red+Green+Blue) = 97+20+94=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 20 (8.20% from 255 or 9.48% from 211); Blue value is 94 (37.11% from 255 or 44.55% from 211); Max value from RGB is 97 - color contains mainly: red. Hex color #61145E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61145E is #9EEBA1. Grayscale: #333333. Windows color (decimal): -10415010 or 6165601. OLE color: 6165601.

HSL color Cylindrical-coordinate representation of color #61145E: hue angle of 302.34º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61145E is Cyan = 0, Magento = 0.79, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB972094-
CMYK00.790.030.62
HSL302.34º65.81%22.94%-
HSV(B)302.34º79.38%38.04%-
XYZ7.23.8510.95-
YUV51.46152.01160.48-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 20 (8.20% from 255) = 9.48%
BLUE value IS 94 (37.11% from 255) = 44.55%
R=45.97%
G=9.48%
B=44.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97209400.790.030.62302.3465.8122.94
Hex61145E04F33E12e4217
Octal14124136011737645610227
Binary11000011010010111100100111111111110100101110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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