#610066

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

Shades of Purple #610066

Tints of Purple #610066

Color information

#610066 (or 0x610066) is unknown color: approx Purple. HEX triplet: 61, 00 and 66. RGB value is (97,0,102). Sum of RGB (Red+Green+Blue) = 97+0+102=199 (26% of max value = 765). Red value is 97 (38.28% from 255 or 48.74% from 199); Green value is 0 (0.39% from 255 or 0% from 199); Blue value is 102 (40.23% from 255 or 51.26% from 199); Max value from RGB is 102 - color contains mainly: blue. Hex color #610066 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #610066 is #9EFF99. Grayscale: #282828. Windows color (decimal): -10420122 or 6684769. OLE color: 6684769.

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

Color convert

RGB970102-
CMYK0.05100.6
HSL297.06º100%20%-
HSV(B)297.06º100%40%-
XYZ7.333.512.86-
YUV40.63162.64168.21-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 48.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 102 (40.23% from 255) = 51.26%
R=48.74%
G=0%
B=51.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal9701020.05100.6297.0610020
Hex6106656403C1296414
Octal1410146514407445114424
Binary11000010110011010111001000111100100101001110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610066; }

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

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

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

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

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

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

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

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