#680061

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

Shades of Purple #680061

Tints of Purple #680061

Color information

#680061 (or 0x680061) is unknown color: approx Purple. HEX triplet: 68, 00 and 61. RGB value is (104,0,97). Sum of RGB (Red+Green+Blue) = 104+0+97=201 (26% of max value = 765). Red value is 104 (41.02% from 255 or 51.74% from 201); Green value is 0 (0.39% from 255 or 0% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 104 - color contains mainly: red. Hex color #680061 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680061 is #97FF9E. Grayscale: #292929. Windows color (decimal): -9961375 or 6357096. OLE color: 6357096.

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

Color convert

RGB104097-
CMYK010.070.59
HSL304.04º100%20.39%-
HSV(B)304.04º100%40.78%-
XYZ7.873.8111.63-
YUV42.15158.96172.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 51.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=51.74%
G=0%
B=48.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104097010.070.59304.0410020.39
Hex6806106473B1306414
Octal1500141014477346014424
Binary11010000110000101100100111111011100110000110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680061; }

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

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

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

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

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

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

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

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