#680B6E

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

Shades of Purple #680B6E

Tints of Purple #680B6E

Color information

#680B6E (or 0x680B6E) is unknown color: approx Purple. HEX triplet: 68, 0B and 6E. RGB value is (104,11,110). Sum of RGB (Red+Green+Blue) = 104+11+110=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 11 (4.69% from 255 or 4.89% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 110 - color contains mainly: blue. Hex color #680B6E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B6E is #97F491. Grayscale: #313131. Windows color (decimal): -9958546 or 7211880. OLE color: 7211880.

HSL color Cylindrical-coordinate representation of color #680B6E: hue angle of 296.36º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680B6E is Cyan = 0.05, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10411110-
CMYK0.050.900.57
HSL296.36º81.82%23.73%-
HSV(B)296.36º90%43.14%-
XYZ8.644.3115.13-
YUV50.09161.81166.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 11 (4.69% from 255) = 4.89%
BLUE value IS 110 (43.36% from 255) = 48.89%
R=46.22%
G=4.89%
B=48.89%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal104111100.050.900.57296.3681.8223.73
Hex68B6E55A0391285218
Octal15013156513207145012230
Binary11010001011110111010110110100111001100101000101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680B6E; }

 p { color: rgb(104,11,110); }

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

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

 a { background-color: rgb(104,11,110); }

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

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

 span { border-color: rgb(104,11,110); }

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