#680282

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

Shades of Purple #680282

Tints of Purple #680282

Color information

#680282 (or 0x680282) is unknown color: approx Purple. HEX triplet: 68, 02 and 82. RGB value is (104,2,130). Sum of RGB (Red+Green+Blue) = 104+2+130=236 (31% of max value = 765). Red value is 104 (41.02% from 255 or 44.07% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #680282 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680282 is #97FD7D. Grayscale: #2E2E2E. Windows color (decimal): -9960830 or 8520296. OLE color: 8520296.

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

Color convert

RGB1042130-
CMYK0.20.9800.49
HSL287.81º96.97%25.88%-
HSV(B)287.81º98.46%50.98%-
XYZ9.764.621.49-
YUV47.09174.79168.59-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 44.07%
GREEN value IS 2 (1.17% from 255) = 0.85%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=44.07%
G=0.85%
B=55.08%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal10421300.20.9800.49287.8196.9725.88
Hex682821462031120611a
Octal15022022414206144014132
Binary110100010100000101010011000100110001100100000110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680282; }

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

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

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

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

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

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

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

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