#680B72

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

Shades of Purple #680B72

Tints of Purple #680B72

Color information

#680B72 (or 0x680B72) is unknown color: approx Purple. HEX triplet: 68, 0B and 72. RGB value is (104,11,114). Sum of RGB (Red+Green+Blue) = 104+11+114=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #680B72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680B72 is #97F48D. Grayscale: #323232. Windows color (decimal): -9958542 or 7474024. OLE color: 7474024.

HSL color Cylindrical-coordinate representation of color #680B72: hue angle of 294.17º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #680B72 is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10411114-
CMYK0.090.9000.55
HSL294.17º82.4%24.51%-
HSV(B)294.17º90.35%44.71%-
XYZ8.874.416.3-
YUV50.55163.81166.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 11 (4.69% from 255) = 4.80%
BLUE value IS 114 (44.92% from 255) = 49.78%
R=45.41%
G=4.80%
B=49.78%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104111140.090.9000.55294.1782.424.51
Hex68B7295A0371265219
Octal150131621113206744612231
Binary110100010111110010100110110100110111100100110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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