#680F84

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

Shades of Purple #680F84

Tints of Purple #680F84

Color information

#680F84 (or 0x680F84) is unknown color: approx Purple. HEX triplet: 68, 0F and 84. RGB value is (104,15,132). Sum of RGB (Red+Green+Blue) = 104+15+132=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 15 (6.25% from 255 or 5.98% from 251); Blue value is 132 (51.95% from 255 or 52.59% from 251); Max value from RGB is 132 - color contains mainly: blue. Hex color #680F84 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F84 is #97F07B. Grayscale: #363636. Windows color (decimal): -9957500 or 8654696. OLE color: 8654696.

HSL color Cylindrical-coordinate representation of color #680F84: hue angle of 285.64º degrees, saturation: 0.8, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #680F84 is Cyan = 0.21, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB10415132-
CMYK0.210.8900.48
HSL285.64º79.59%28.82%-
HSV(B)285.64º88.64%51.76%-
XYZ10.044.9522.26-
YUV54.95171.49162.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.43%
GREEN value IS 15 (6.25% from 255) = 5.98%
BLUE value IS 132 (51.95% from 255) = 52.59%
R=41.43%
G=5.98%
B=52.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104151320.210.8900.48285.6479.5928.82
Hex68F84155903011e501d
Octal150172042513106043612035
Binary11010001111100001001010110110010110000100011110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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