#681285

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

Shades of Purple #681285

Tints of Purple #681285

Color information

#681285 (or 0x681285) is unknown color: approx Purple. HEX triplet: 68, 12 and 85. RGB value is (104,18,133). Sum of RGB (Red+Green+Blue) = 104+18+133=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 18 (7.42% from 255 or 7.06% from 255); Blue value is 133 (52.34% from 255 or 52.16% from 255); Max value from RGB is 133 - color contains mainly: blue. Hex color #681285 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #681285 is #97ED7A. Grayscale: #383838. Windows color (decimal): -9956731 or 8721000. OLE color: 8721000.

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

Color convert

RGB10418133-
CMYK0.220.8600.48
HSL284.87º76.16%29.61%-
HSV(B)284.87º86.47%52.16%-
XYZ10.165.0722.63-
YUV56.82170.99161.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 40.78%
GREEN value IS 18 (7.42% from 255) = 7.06%
BLUE value IS 133 (52.34% from 255) = 52.16%
R=40.78%
G=7.06%
B=52.16%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104181330.220.8600.48284.8776.1629.61
Hex681285165603011d4c1e
Octal150222052612606043511436
Binary110100010010100001011011010101100110000100011101100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681285; }

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

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

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

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

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

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

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

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