#680466

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

Shades of Purple #680466

Tints of Purple #680466

Color information

#680466 (or 0x680466) is unknown color: approx Purple. HEX triplet: 68, 04 and 66. RGB value is (104,4,102). Sum of RGB (Red+Green+Blue) = 104+4+102=210 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.52% from 210); Green value is 4 (1.95% from 255 or 1.90% from 210); Blue value is 102 (40.23% from 255 or 48.57% from 210); Max value from RGB is 104 - color contains mainly: red. Hex color #680466 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #680466 is #97FB99. Grayscale: #2C2C2C. Windows color (decimal): -9960346 or 6685800. OLE color: 6685800.

HSL color Cylindrical-coordinate representation of color #680466: hue angle of 301.2º degrees, saturation: 0.93, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680466 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB1044102-
CMYK00.960.020.59
HSL301.2º92.59%21.18%-
HSV(B)301.2º96.15%40.78%-
XYZ8.153.9912.91-
YUV45.07160.13170.03-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.52%
GREEN value IS 4 (1.95% from 255) = 1.90%
BLUE value IS 102 (40.23% from 255) = 48.57%
R=49.52%
G=1.90%
B=48.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104410200.960.020.59301.292.5921.18
Hex6846606023B12d5d15
Octal1504146014027345513525
Binary110100010011001100110000010111011100101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680466; }

 p { color: rgb(104,4,102); }

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

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

 a { background-color: rgb(104,4,102); }

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

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

 span { border-color: rgb(104,4,102); }

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