#681282

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

Shades of Purple #681282

Tints of Purple #681282

Color information

#681282 (or 0x681282) is unknown color: approx Purple. HEX triplet: 68, 12 and 82. RGB value is (104,18,130). Sum of RGB (Red+Green+Blue) = 104+18+130=252 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.27% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 130 (51.17% from 255 or 51.59% from 252); Max value from RGB is 130 - color contains mainly: blue. Hex color #681282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681282 is #97ED7D. Grayscale: #383838. Windows color (decimal): -9956734 or 8524392. OLE color: 8524392.

HSL color Cylindrical-coordinate representation of color #681282: hue angle of 286.07º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #681282 is Cyan = 0.2, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB10418130-
CMYK0.20.8600.49
HSL286.07º75.68%29.02%-
HSV(B)286.07º86.15%50.98%-
XYZ9.954.9921.56-
YUV56.48169.49161.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 41.27%
GREEN value IS 18 (7.42% from 255) = 7.14%
BLUE value IS 130 (51.17% from 255) = 51.59%
R=41.27%
G=7.14%
B=51.59%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104181300.20.8600.49286.0775.6829.02
Hex681282145603111e4c1d
Octal150222022412606143611435
Binary110100010010100000101010010101100110001100011110100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681282; }

 p { color: rgb(104,18,130); }

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

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

 a { background-color: rgb(104,18,130); }

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

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

 span { border-color: rgb(104,18,130); }

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