#680872

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

Shades of Purple #680872

Tints of Purple #680872

Color information

#680872 (or 0x680872) is unknown color: approx Purple. HEX triplet: 68, 08 and 72. RGB value is (104,8,114). Sum of RGB (Red+Green+Blue) = 104+8+114=226 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.02% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 114 (44.92% from 255 or 50.44% from 226); Max value from RGB is 114 - color contains mainly: blue. Hex color #680872 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680872 is #97F78D. Grayscale: #303030. Windows color (decimal): -9959310 or 7473256. OLE color: 7473256.

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

Color convert

RGB1048114-
CMYK0.090.9300.55
HSL294.34º86.89%23.92%-
HSV(B)294.34º92.98%44.71%-
XYZ8.834.3316.29-
YUV48.79164.8167.38-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.02%
GREEN value IS 8 (3.52% from 255) = 3.54%
BLUE value IS 114 (44.92% from 255) = 50.44%
R=46.02%
G=3.54%
B=50.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal10481140.090.9300.55294.3486.8923.92
Hex6887295D0371265718
Octal150101621113506744612730
Binary110100010001110010100110111010110111100100110101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680872; }

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

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

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

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

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

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

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

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