#61076F

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

Shades of Purple #61076F

Tints of Purple #61076F

Color information

#61076F (or 0x61076F) is unknown color: approx Purple. HEX triplet: 61, 07 and 6F. RGB value is (97,7,111). Sum of RGB (Red+Green+Blue) = 97+7+111=215 (28% of max value = 765). Red value is 97 (38.28% from 255 or 45.12% from 215); Green value is 7 (3.12% from 255 or 3.26% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #61076F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61076F is #9EF890. Grayscale: #2D2D2D. Windows color (decimal): -10418321 or 7276385. OLE color: 7276385.

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

Color convert

RGB977111-
CMYK0.130.9400.56
HSL291.92º88.14%23.14%-
HSV(B)291.92º93.69%43.53%-
XYZ7.873.8415.37-
YUV45.77164.82164.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 45.12%
GREEN value IS 7 (3.12% from 255) = 3.26%
BLUE value IS 111 (43.75% from 255) = 51.63%
R=45.12%
G=3.26%
B=51.63%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9771110.130.9400.56291.9288.1423.14
Hex6176FD5E0381245817
Octal14171571513607044413027
Binary11000011111101111110110111100111000100100100101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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