#61085F

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

Shades of Palatinate Purple #61085F

Tints of Palatinate Purple #61085F

Color information

#61085F (or 0x61085F) is unknown color: approx Palatinate Purple. HEX triplet: 61, 08 and 5F. RGB value is (97,8,95). Sum of RGB (Red+Green+Blue) = 97+8+95=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 8 (3.52% from 255 or 4% from 200); Blue value is 95 (37.5% from 255 or 47.5% from 200); Max value from RGB is 97 - color contains mainly: red. Hex color #61085F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61085F is #9EF7A0. Grayscale: #2C2C2C. Windows color (decimal): -10418081 or 6228065. OLE color: 6228065.

HSL color Cylindrical-coordinate representation of color #61085F: hue angle of 301.35º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61085F is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB97895-
CMYK00.920.020.62
HSL301.35º84.76%20.59%-
HSV(B)301.35º91.75%38.04%-
XYZ7.083.5411.14-
YUV44.53156.49165.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 8 (3.52% from 255) = 4%
BLUE value IS 95 (37.5% from 255) = 47.5%
R=48.5%
G=4%
B=47.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9789500.920.020.62301.3584.7620.59
Hex6185F05C23E12d5515
Octal14110137013427645512525
Binary1100001100010111110101110010111110100101101101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61085F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61085F; }

 p { color: rgb(97,8,95); }

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

<style>
 a { background-color: #61085F; }

 a { background-color: rgb(97,8,95); }

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

<style>
 span { border-color: #61085F; }

 span { border-color: rgb(97,8,95); }

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