#680B71

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

Shades of Purple #680B71

Tints of Purple #680B71

Color information

#680B71 (or 0x680B71) is unknown color: approx Purple. HEX triplet: 68, 0B and 71. RGB value is (104,11,113). Sum of RGB (Red+Green+Blue) = 104+11+113=228 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.61% from 228); Green value is 11 (4.69% from 255 or 4.82% from 228); Blue value is 113 (44.53% from 255 or 49.56% from 228); Max value from RGB is 113 - color contains mainly: blue. Hex color #680B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B71 is #97F48E. Grayscale: #323232. Windows color (decimal): -9958543 or 7408488. OLE color: 7408488.

HSL color Cylindrical-coordinate representation of color #680B71: hue angle of 294.71º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680B71 is Cyan = 0.08, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10411113-
CMYK0.080.9000.56
HSL294.71º82.26%24.31%-
HSV(B)294.71º90.27%44.31%-
XYZ8.814.3716-
YUV50.43163.31166.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.61%
GREEN value IS 11 (4.69% from 255) = 4.82%
BLUE value IS 113 (44.53% from 255) = 49.56%
R=45.61%
G=4.82%
B=49.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal104111130.080.9000.56294.7182.2624.31
Hex68B7185A0381275218
Octal150131611013207044712230
Binary110100010111110001100010110100111000100100111101001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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