#61145A

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

Shades of Palatinate Purple #61145A

Tints of Palatinate Purple #61145A

Color information

#61145A (or 0x61145A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 14 and 5A. RGB value is (97,20,90). Sum of RGB (Red+Green+Blue) = 97+20+90=207 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.86% from 207); Green value is 20 (8.20% from 255 or 9.66% from 207); Blue value is 90 (35.55% from 255 or 43.48% from 207); Max value from RGB is 97 - color contains mainly: red. Hex color #61145A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61145A is #9EEBA5. Grayscale: #323232. Windows color (decimal): -10415014 or 5903457. OLE color: 5903457.

HSL color Cylindrical-coordinate representation of color #61145A: hue angle of 305.45º 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 #61145A is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB972090-
CMYK00.790.070.62
HSL305.45º65.81%22.94%-
HSV(B)305.45º79.38%38.04%-
XYZ7.033.7810.03-
YUV51150.01160.81-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.86%
GREEN value IS 20 (8.20% from 255) = 9.66%
BLUE value IS 90 (35.55% from 255) = 43.48%
R=46.86%
G=9.66%
B=43.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97209000.790.070.62305.4565.8122.94
Hex61145A04F73E1314217
Octal14124132011777646110227
Binary110000110100101101001001111111111110100110001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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