#61195A

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

Shades of Palatinate Purple #61195A

Tints of Palatinate Purple #61195A

Color information

#61195A (or 0x61195A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 19 and 5A. RGB value is (97,25,90). Sum of RGB (Red+Green+Blue) = 97+25+90=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 25 (10.16% from 255 or 11.79% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 97 - color contains mainly: red. Hex color #61195A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61195A is #9EE6A5. Grayscale: #353535. Windows color (decimal): -10413734 or 5904737. OLE color: 5904737.

HSL color Cylindrical-coordinate representation of color #61195A: hue angle of 305.83º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61195A is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB972590-
CMYK00.740.070.62
HSL305.83º59.02%23.92%-
HSV(B)305.83º74.23%38.04%-
XYZ7.123.9710.06-
YUV53.94148.35158.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 25 (10.16% from 255) = 11.79%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=45.75%
G=11.79%
B=42.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97259000.740.070.62305.8359.0223.92
Hex61195A04A73E1323b18
Octal1413113201127764627330
Binary11000011100110110100100101011111111010011001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61195A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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