#61086B

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

Shades of Purple #61086B

Tints of Purple #61086B

Color information

#61086B (or 0x61086B) is unknown color: approx Purple. HEX triplet: 61, 08 and 6B. RGB value is (97,8,107). Sum of RGB (Red+Green+Blue) = 97+8+107=212 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.75% from 212); Green value is 8 (3.52% from 255 or 3.77% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #61086B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61086B is #9EF794. Grayscale: #2D2D2D. Windows color (decimal): -10418069 or 7014497. OLE color: 7014497.

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

Color convert

RGB978107-
CMYK0.090.9300.58
HSL293.94º86.09%22.55%-
HSV(B)293.94º92.52%41.96%-
XYZ7.673.7814.23-
YUV45.9162.49164.45-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.75%
GREEN value IS 8 (3.52% from 255) = 3.77%
BLUE value IS 107 (42.19% from 255) = 50.47%
R=45.75%
G=3.77%
B=50.47%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9781070.090.9300.58293.9486.0922.55
Hex6186B95D03A1265617
Octal141101531113507244612627
Binary110000110001101011100110111010111010100100110101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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