#610166

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

Shades of Purple #610166

Tints of Purple #610166

Color information

#610166 (or 0x610166) is unknown color: approx Purple. HEX triplet: 61, 01 and 66. RGB value is (97,1,102). Sum of RGB (Red+Green+Blue) = 97+1+102=200 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.5% from 200); Green value is 1 (0.78% from 255 or 0.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #610166 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610166 is #9EFE99. Grayscale: #282828. Windows color (decimal): -10419866 or 6685025. OLE color: 6685025.

HSL color Cylindrical-coordinate representation of color #610166: hue angle of 297.03º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610166 is Cyan = 0.05, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB971102-
CMYK0.050.9900.6
HSL297.03º98.06%20.2%-
HSV(B)297.03º99.02%40%-
XYZ7.343.5212.86-
YUV41.22162.3167.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.5%
GREEN value IS 1 (0.78% from 255) = 0.5%
BLUE value IS 102 (40.23% from 255) = 51%
R=48.5%
G=0.5%
B=51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9711020.050.9900.6297.0398.0620.2
Hex6116656303C1296214
Octal1411146514307445114224
Binary11000011110011010111000110111100100101001110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610166; }

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

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

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

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

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

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

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

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