#680F81

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

Shades of Purple #680F81

Tints of Purple #680F81

Color information

#680F81 (or 0x680F81) is unknown color: approx Purple. HEX triplet: 68, 0F and 81. RGB value is (104,15,129). Sum of RGB (Red+Green+Blue) = 104+15+129=248 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.94% from 248); Green value is 15 (6.25% from 255 or 6.05% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #680F81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680F81 is #97F07E. Grayscale: #363636. Windows color (decimal): -9957503 or 8458088. OLE color: 8458088.

HSL color Cylindrical-coordinate representation of color #680F81: hue angle of 286.84º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680F81 is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10415129-
CMYK0.190.8800.49
HSL286.84º79.17%28.24%-
HSV(B)286.84º88.37%50.59%-
XYZ9.844.8721.19-
YUV54.61169.99163.23-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.94%
GREEN value IS 15 (6.25% from 255) = 6.05%
BLUE value IS 129 (50.78% from 255) = 52.02%
R=41.94%
G=6.05%
B=52.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104151290.190.8800.49286.8479.1728.24
Hex68F81135803111f4f1c
Octal150172012313006143711734
Binary11010001111100000011001110110000110001100011111100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680F81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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