#680F72

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

Shades of Purple #680F72

Tints of Purple #680F72

Color information

#680F72 (or 0x680F72) is unknown color: approx Purple. HEX triplet: 68, 0F and 72. RGB value is (104,15,114). Sum of RGB (Red+Green+Blue) = 104+15+114=233 (30% of max value = 765). Red value is 104 (41.02% from 255 or 44.64% from 233); Green value is 15 (6.25% from 255 or 6.44% from 233); Blue value is 114 (44.92% from 255 or 48.93% from 233); Max value from RGB is 114 - color contains mainly: blue. Hex color #680F72 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680F72 is #97F08D. Grayscale: #343434. Windows color (decimal): -9957518 or 7475048. OLE color: 7475048.

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

Color convert

RGB10415114-
CMYK0.090.8700.55
HSL293.94º76.74%25.29%-
HSV(B)293.94º86.84%44.71%-
XYZ8.924.516.32-
YUV52.9162.49164.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.64%
GREEN value IS 15 (6.25% from 255) = 6.44%
BLUE value IS 114 (44.92% from 255) = 48.93%
R=44.64%
G=6.44%
B=48.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal104151140.090.8700.55293.9476.7425.29
Hex68F729570371264d19
Octal150171621112706744611531
Binary110100011111110010100110101110110111100100110100110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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