#61086D

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

Shades of Purple #61086D

Tints of Purple #61086D

Color information

#61086D (or 0x61086D) is unknown color: approx Purple. HEX triplet: 61, 08 and 6D. RGB value is (97,8,109). Sum of RGB (Red+Green+Blue) = 97+8+109=214 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.33% from 214); Green value is 8 (3.52% from 255 or 3.74% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #61086D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61086D is #9EF792. Grayscale: #2D2D2D. Windows color (decimal): -10418067 or 7145569. OLE color: 7145569.

HSL color Cylindrical-coordinate representation of color #61086D: hue angle of 292.87º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #61086D is Cyan = 0.11, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB978109-
CMYK0.110.9300.57
HSL292.87º86.32%22.94%-
HSV(B)292.87º92.66%42.75%-
XYZ7.783.8214.8-
YUV46.12163.49164.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.33%
GREEN value IS 8 (3.52% from 255) = 3.74%
BLUE value IS 109 (42.97% from 255) = 50.93%
R=45.33%
G=3.74%
B=50.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal9781090.110.9300.57292.8786.3222.94
Hex6186DB5D0391255617
Octal141101551313507144512627
Binary110000110001101101101110111010111001100100101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61086D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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