#61095C

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

Shades of Palatinate Purple #61095C

Tints of Palatinate Purple #61095C

Color information

#61095C (or 0x61095C) is unknown color: approx Palatinate Purple. HEX triplet: 61, 09 and 5C. RGB value is (97,9,92). Sum of RGB (Red+Green+Blue) = 97+9+92=198 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.99% from 198); Green value is 9 (3.91% from 255 or 4.55% from 198); Blue value is 92 (36.33% from 255 or 46.46% from 198); Max value from RGB is 97 - color contains mainly: red. Hex color #61095C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61095C is #9EF6A3. Grayscale: #2C2C2C. Windows color (decimal): -10417828 or 6031713. OLE color: 6031713.

HSL color Cylindrical-coordinate representation of color #61095C: hue angle of 303.41º 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 #61095C is Cyan = 0, Magento = 0.91, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB97992-
CMYK00.910.050.62
HSL303.41º83.02%20.78%-
HSV(B)303.41º90.72%38.04%-
XYZ6.963.5110.44-
YUV44.77154.65165.25-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.99%
GREEN value IS 9 (3.91% from 255) = 4.55%
BLUE value IS 92 (36.33% from 255) = 46.46%
R=48.99%
G=4.55%
B=46.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9799200.910.050.62303.4183.0220.78
Hex6195C05B53E12f5315
Octal14111134013357645712325
Binary11000011001101110001011011101111110100101111101001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61095C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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