#61096F

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

Shades of Purple #61096F

Tints of Purple #61096F

Color information

#61096F (or 0x61096F) is unknown color: approx Purple. HEX triplet: 61, 09 and 6F. RGB value is (97,9,111). Sum of RGB (Red+Green+Blue) = 97+9+111=217 (28% of max value = 765). Red value is 97 (38.28% from 255 or 44.70% from 217); Green value is 9 (3.91% from 255 or 4.15% from 217); Blue value is 111 (43.75% from 255 or 51.15% from 217); Max value from RGB is 111 - color contains mainly: blue. Hex color #61096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61096F is #9EF690. Grayscale: #2E2E2E. Windows color (decimal): -10417809 or 7276897. OLE color: 7276897.

HSL color Cylindrical-coordinate representation of color #61096F: hue angle of 291.76º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #61096F is Cyan = 0.13, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB979111-
CMYK0.130.9200.56
HSL291.76º85%23.53%-
HSV(B)291.76º91.89%43.53%-
XYZ7.93.8815.37-
YUV46.94164.15163.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 44.70%
GREEN value IS 9 (3.91% from 255) = 4.15%
BLUE value IS 111 (43.75% from 255) = 51.15%
R=44.70%
G=4.15%
B=51.15%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9791110.130.9200.56291.768523.53
Hex6196FD5C0381245518
Octal141111571513407044412530
Binary110000110011101111110110111000111000100100100101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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