#610071

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

Shades of Purple #610071

Tints of Purple #610071

Color information

#610071 (or 0x610071) is unknown color: approx Purple. HEX triplet: 61, 00 and 71. RGB value is (97,0,113). Sum of RGB (Red+Green+Blue) = 97+0+113=210 (27% of max value = 765). Red value is 97 (38.28% from 255 or 46.19% from 210); Green value is 0 (0.39% from 255 or 0% from 210); Blue value is 113 (44.53% from 255 or 53.81% from 210); Max value from RGB is 113 - color contains mainly: blue. Hex color #610071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610071 is #9EFF8E. Grayscale: #292929. Windows color (decimal): -10420111 or 7405665. OLE color: 7405665.

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

Color convert

RGB970113-
CMYK0.14100.56
HSL291.5º100%22.16%-
HSV(B)291.5º100%44.31%-
XYZ7.913.7315.93-
YUV41.88168.14167.31-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 46.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 113 (44.53% from 255) = 53.81%
R=46.19%
G=0%
B=53.81%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9701130.14100.56291.510022.16
Hex61071E640381246416
Octal14101611614407044414426
Binary110000101110001111011001000111000100100100110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610071; }

 p { color: rgb(97,0,113); }

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

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

 a { background-color: rgb(97,0,113); }

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

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

 span { border-color: rgb(97,0,113); }

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