#61195E

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

Shades of Palatinate Purple #61195E

Tints of Palatinate Purple #61195E

Color information

#61195E (or 0x61195E) is unknown color: approx Palatinate Purple. HEX triplet: 61, 19 and 5E. RGB value is (97,25,94). Sum of RGB (Red+Green+Blue) = 97+25+94=216 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.91% from 216); Green value is 25 (10.16% from 255 or 11.57% from 216); Blue value is 94 (37.11% from 255 or 43.52% from 216); Max value from RGB is 97 - color contains mainly: red. Hex color #61195E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61195E is #9EE6A1. Grayscale: #363636. Windows color (decimal): -10413730 or 6166881. OLE color: 6166881.

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

Color convert

RGB972594-
CMYK00.740.030.62
HSL302.5º59.02%23.92%-
HSV(B)302.5º74.23%38.04%-
XYZ7.34.0410.99-
YUV54.39150.35158.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.91%
GREEN value IS 25 (10.16% from 255) = 11.57%
BLUE value IS 94 (37.11% from 255) = 43.52%
R=44.91%
G=11.57%
B=43.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97259400.740.030.62302.559.0223.92
Hex61195E04A33E12e3b18
Octal1413113601123764567330
Binary1100001110011011110010010101111111010010111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61195E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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