#61095D

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

Shades of Palatinate Purple #61095D

Tints of Palatinate Purple #61095D

Color information

#61095D (or 0x61095D) is unknown color: approx Palatinate Purple. HEX triplet: 61, 09 and 5D. RGB value is (97,9,93). Sum of RGB (Red+Green+Blue) = 97+9+93=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 9 (3.91% from 255 or 4.52% from 199); Blue value is 93 (36.72% from 255 or 46.73% from 199); Max value from RGB is 97 - color contains mainly: red. Hex color #61095D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61095D is #9EF6A2. Grayscale: #2C2C2C. Windows color (decimal): -10417827 or 6097249. OLE color: 6097249.

HSL color Cylindrical-coordinate representation of color #61095D: hue angle of 302.73º degrees, saturation: 0.83, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #61095D is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB97993-
CMYK00.910.040.62
HSL302.73º83.02%20.78%-
HSV(B)302.73º90.72%38.04%-
XYZ73.5310.67-
YUV44.89155.15165.17-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 9 (3.91% from 255) = 4.52%
BLUE value IS 93 (36.72% from 255) = 46.73%
R=48.74%
G=4.52%
B=46.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9799300.910.040.62302.7383.0220.78
Hex6195D05B43E12f5315
Octal14111135013347645712325
Binary11000011001101110101011011100111110100101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61095D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61095D; }

 p { color: rgb(97,9,93); }

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

<style>
 a { background-color: #61095D; }

 a { background-color: rgb(97,9,93); }

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

<style>
 span { border-color: #61095D; }

 span { border-color: rgb(97,9,93); }

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