#61086A

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

Shades of Palatinate Purple #61086A

Tints of Palatinate Purple #61086A

Color information

#61086A (or 0x61086A) is unknown color: approx Palatinate Purple. HEX triplet: 61, 08 and 6A. RGB value is (97,8,106). Sum of RGB (Red+Green+Blue) = 97+8+106=211 (27% of max value = 765). Red value is 97 (38.28% from 255 or 45.97% from 211); Green value is 8 (3.52% from 255 or 3.79% from 211); Blue value is 106 (41.80% from 255 or 50.24% from 211); Max value from RGB is 106 - color contains mainly: blue. Hex color #61086A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61086A is #9EF795. Grayscale: #2D2D2D. Windows color (decimal): -10418070 or 6948961. OLE color: 6948961.

HSL color Cylindrical-coordinate representation of color #61086A: hue angle of 294.49º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61086A is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB978106-
CMYK0.080.9200.58
HSL294.49º85.96%22.35%-
HSV(B)294.49º92.45%41.57%-
XYZ7.623.7613.96-
YUV45.78161.99164.53-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.97%
GREEN value IS 8 (3.52% from 255) = 3.79%
BLUE value IS 106 (41.80% from 255) = 50.24%
R=45.97%
G=3.79%
B=50.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9781060.080.9200.58294.4985.9622.35
Hex6186A85C03A1265616
Octal141101521013407244612626
Binary110000110001101010100010111000111010100100110101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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