#61016F

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

Shades of Purple #61016F

Tints of Purple #61016F

Color information

#61016F (or 0x61016F) is unknown color: approx Purple. HEX triplet: 61, 01 and 6F. RGB value is (97,1,111). Sum of RGB (Red+Green+Blue) = 97+1+111=209 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.41% from 209); Green value is 1 (0.78% from 255 or 0.48% from 209); Blue value is 111 (43.75% from 255 or 53.11% from 209); Max value from RGB is 111 - color contains mainly: blue. Hex color #61016F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #61016F is #9EFE90. Grayscale: #292929. Windows color (decimal): -10419857 or 7274849. OLE color: 7274849.

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

Color convert

RGB971111-
CMYK0.130.9900.56
HSL292.36º98.21%21.96%-
HSV(B)292.36º99.1%43.53%-
XYZ7.813.7115.34-
YUV42.24166.8167.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.41%
GREEN value IS 1 (0.78% from 255) = 0.48%
BLUE value IS 111 (43.75% from 255) = 53.11%
R=46.41%
G=0.48%
B=53.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9711110.130.9900.56292.3698.2121.96
Hex6116FD630381246216
Octal14111571514307044414226
Binary110000111101111110111000110111000100100100110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61016F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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