#680985

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

Shades of Purple #680985

Tints of Purple #680985

Color information

#680985 (or 0x680985) is unknown color: approx Purple. HEX triplet: 68, 09 and 85. RGB value is (104,9,133). Sum of RGB (Red+Green+Blue) = 104+9+133=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 9 (3.91% from 255 or 3.66% from 246); Blue value is 133 (52.34% from 255 or 54.07% from 246); Max value from RGB is 133 - color contains mainly: blue. Hex color #680985 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #680985 is #97F67A. Grayscale: #333333. Windows color (decimal): -9959035 or 8718696. OLE color: 8718696.

HSL color Cylindrical-coordinate representation of color #680985: hue angle of 285.97º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #680985 is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB1049133-
CMYK0.220.9300.48
HSL285.97º87.32%27.84%-
HSV(B)285.97º93.23%52.16%-
XYZ10.044.8322.59-
YUV51.54173.97165.42-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 42.28%
GREEN value IS 9 (3.91% from 255) = 3.66%
BLUE value IS 133 (52.34% from 255) = 54.07%
R=42.28%
G=3.66%
B=54.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal10491330.220.9300.48285.9787.3227.84
Hex68985165D03011e571c
Octal150112052613506043612734
Binary11010001001100001011011010111010110000100011110101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680985; }

 p { color: rgb(104,9,133); }

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

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

 a { background-color: rgb(104,9,133); }

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

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

 span { border-color: rgb(104,9,133); }

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